body{
background-color: #2E2E2E; 
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;   
}

a{
color:#C2C2C2;    
}

#site{
background-color:black;
width:1100px;
border: 1px solid black; 
margin-left:auto;
margin-right:auto;   
}

#rasen{
background-image: url(../images/styles/rasen.jpg);  
height:220px;   
}

#rasen_2{
background-image: url(../images/styles/rasen.jpg);
height:12px;
}

#header{
height:220px;
background-image: url(../images/styles/header.png);
background-position: bottom;
background-repeat: no-repeat;    
}

#content {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding-top:27px;
padding-left:20px;
padding-right:20px;
padding-bottom:27px;
color: #C2C2C2;
width:634px;
float:left;
}

#left {
width:210px;
float:left;
}

#right {
width:210px;
float:right;
}

#footer{
background-image: url(../images/styles/rasen.jpg);
height:50px;
}



