body
{
background-color: rgb(10,10,10);
margin-top:20px;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
width:600px;
text-align: center;
}

p.one
{
color: rgb(205,205,205);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
padding:0px 20px 0px 20px;
}

p.two
{
color: rgb(205,205,205);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
padding:0px 20px 0px 20px;
text-align:center;
}

p.three
{
color: rgb(205,205,205);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
padding: 0px 20px 0px 40px;
}

a.one
{
color: rgb(155,155,155);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

a.one:hover
{
color: rgb(205,205,205);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

a.two
{
color: rgb(125,125,125);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

a.two:hover
{
color: rgb(185,185,185);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

a.three
{
color: rgb(45,45,45);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

a.three:hover
{
color: rgb(65,65,65);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

#main
{
background-color: rgb(10,10,10);
height:auto;
width:600px;
border-left: 10px solid rgb(245,245,245);
border-right: 10px solid rgb(245,245,245);
}

#bannertop
{
margin-top:0px;
background-color: rgb(10,10,10);
height:240px;
width:600px;
border-top: 10px solid rgb(245,245,245);
border-bottom: 1px solid rgb(100,100,100);
}

#menu
{
background-color: rgb(10,10,10);
height:35px;
line-height:35px;
width:600px;
border-bottom: 1px solid rgb(100,100,100);
text-align:center;
color: rgb(245,245,245);
}

#text
{
width:600px;
background-color: rgb(10,10,10);
padding-top:20px;
padding-bottom:20px;
z-index: -1;
}

#footer
{
position:relative;
bottom:auto;
background-color: rgb(10,10,10);
height:50px;
width:600px;
padding-top:5px;
border-top: 1px solid rgb(100,100,100);
border-bottom: 10px solid rgb(245,245,245);
width:600px;
z-index: 1;
}