.head{
position:absolute;
width:760px;
height:100px;
border-bottom:1px dotted #ff0000;
}
.content{
position:absolute;
width:400px;
height:400px;
top:120px;
left:330px;
}
.menu{
position:absolute;
width:400px;
height:400px;
top:248px;
line-height:22px;
}
.text{
font-size:20px;
position:absolute;
top:100px;
width:398px;
}
.foot{
font-size:16px;
position:absolute;
top:428px;
width:398px;
}
.image{
position:absolute;
font-size:11px;
color:#353535;
}
#frame{
position:absolute;
left:20px;
top:120px;
width:284px;
}
.titel{
font-size:16px;
float:right;
}
.copy{

font-size:11px;
float:right;
}


#wrapper{
position:absolute;
height:100%;
width:760px;
left:10%;
}

body{
margin:0px;
padding:0px;
font-family:COURIER NEW;
font-size:12px;
color:#FF0000;
background-color:#ffffff;
height:100%;
}

a{
font-family:COURIER NEW;
font-size:16px;
text-decoration:none;
color:#FF0000;
}

 a:hover { color:#000000; text-decoration:underline;}
 a:active { color:#ff0000;}

