@charset "utf-8";
/* CSS Document */
body {
 font: 12px Helvetica, Arial, sans-serif normal;
 margin:0;
 padding:0;
 background-color:#fff;
 color:#fff;
}

#page_container{
margin:0 auto;
width:506px;
}

#clear{
clear:both;
height:1px;
}

#content {
float:left;
width:506px;
height:488px;
margin:100px 0 0 35px;
background:url(background.gif) no-repeat top left;
}

#l_col {
float:left;
width:193px;
padding:120px 10px 0px 50px;
text-align:center;
}

#r_col{
float:right;
width:193px;
padding:120px 50px 0px 10px;
text-align:center;
}

#content p{
margin:5px 0 10px 0;
line-height:15px;
}


a:link, a:visited{
text-decoration:none;
color:#fff;
}

a:hover, a:active{
color:#fff;
}


#footer{
text-align:center;
padding:0px 50px 10px 50px;
font:12px;
line-height:1.5em;
letter-spacing:.05em;
}

#footer a:link, #footer a:visited{
text-decoration:underline;
}
#footer a:hover, #footer a:active{
text-decoration:none;
}
