@charset "utf-8";
/* CSS Document */

html
{
margin:0px;
padding:0px;
}

a:link
{
color:#CF0900;
}

a:hover
{
color:#CF0900;
}

a:visited
{
color:#CF0900;
}

body
{
margin:0px;
padding:0px;
background-color:#CF0900;
background-attachment:scroll;
background-position:left top;
background-repeat:no-repeat;
}

.main
{
width:900px;
height:812px;
padding:10px;
margin:0px;
background-color:transparent;
background-image:url(grave_rbw.jpg);
background-repeat:no-repeat;
}

.topdate
{
background-color:transoarent;
margin-top:150px;
margin-left:380px;
}

.sidemenu
{
background-color:transparent;
width:70px;
margin-left:15px;
margin-top:130px;
padding:0px;
height:auto;
float:left;
}

.content
{
background-color:transparent;
background-image:url(fond_content.png);
background-repeat:repeat;
background-attachment:scroll;
width:650px;
height:450px;
margin-top:0px;
margin-left:15px;
padding:20px 20px 20px 20px;
border-width:Opx;
float:left;
overflow:auto;
font-size:14px;


}
