@charset "utf-8";
/* CSS Document */

body{
height:100%;
background-image:url(img/bodybg.jpg);
background-position:center;
background-repeat:repeat-y;
margin:0px;
padding:0px;
background-color:#e0abc2;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

h1{
margin:0px;

font-size:10px;
font-weight:bold;
}

p{
margin:0px;
margin-bottom:10px;
}

img a{
border-style:none;
}

img{
border-style:None;
}

a, a:hover, a:visited{
color:#990000;
}

.wrapper{
margin-left:auto;
margin-right:auto;
width:911px;
height:100%;
}

.left{
background-image:url(img/left.jpg);
background-position:right;
background-repeat:no-repeat;
width:200px;
height:500px;
position:relative;
float:left;
}

.center{

width:505px;

height:768px;
position:relative;
float:left;

}


.right{
background-image:url(img/right.jpg);
background-position:left;
background-repeat:no-repeat;
width:200px;
height:500px;
position:relative;
left:6px;
float:left;
}


.header{
position:relative;
left:5px;
}

.menyleft{
left:7px;
float:left;
position:relative;
}

.menyright{
right:7px;
float:right;
position:relative;
}
.maincontent{
clear:both;
position:relative;
padding:10px;
height:768px;
}

.maincontentreleasedisplay{
width:105px;
float:right;
padding:5px;
margin-left:5px;
}

.platekover{
border-style:solid;
border-width:1px;
border-color:#000000;
}

.copyright{
font-size:8px;
color:#000000;
}