* {
margin: 0;
padding: 0;
border: 0;
}
body {
padding: 10px 0 0;
}
#maket {
width:1200px;
margin:0 auto;
}
#header {
width:1200px;
height:100px;


text-align:center; font-color: #f00; font-size: 34pt;
}
#header1 {
width:1200px;
height: 50px;


background: #99FF99;
text-align:center; font-color: #f00; font-size: 34pt;
}

#content {
width:1200px;
height:auto;
background-color:#33FF00;
font-color:#9900CC; font-size: 14pt;
}
#content1 {
width:200px;
height:auto;

font-color:#9900CC; font-size: 14pt;
float:left;
}


#content23 {
width:1000px;
height:auto;

float:right;
}
#content2 {
width:800px;
height:auto;

font-color:#9900CC; font-size: 12pt;
float:left;
}
#content3 {
width:200px;
height:auto;
float:right;
}


.clearfloat {
clear : both;
}
#footer {
width:1200px;
height: 80px;
background-color:#006600;
background: url() repeat-x;
clear : both;
}