/* CSS Document */
body {
margin:0;
padding:0;
background: #CCCCCC;
}
#bodycontener {

margin:auto;
width:800px;
}
#contener {
background-color:#FFFFFF;
border-left:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
margin:0;
height:550px;
width:800px;
padding:0;

}
#content {
text-align:center;
}
/*footer*/
#footer {
font-family:Arial, Helvetica, sans-serif;
padding-top:0;
margin-top:0;
text-align:center;
color:#777777;
font-size:10px;
}
#footer a:link, a:visited {
color:#666666;
text-decoration:underline;
}
#footer a:hover {
background-color:#CCCCCC;
color:#FFFFFF;
text-decoration:none;
}
.home {
margin-top:60px;
}

/*#content iframe {
margin-top:40px;
width:500px;
border:0px solid black;
overflow:visible;
height:250px;
}*/

/*#content object {
display:block;
margin:auto;
margin-top:30px;
}*/
