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

BODY {
  background: #000000;
  background-image: url(images/background.jpg);
  background-repeat:repeat-x;
}

#grey
{
     width: 760px;
	 height:100%;
     position: absolute;
     top: 0%;
     left: 50%;
     margin-left: -380px;
	 background-color:#000;
	 background-image: url(images/topline.jpg);
 	 background-repeat:repeat-x;
}

#container
{
     width: 760px;
     height: 600px;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-left: -380px;
     margin-top: -300px;
}

#bottomline
{
	 background-color:#000;
	 background-image: url(images/bottomline.jpg);
 	 background-repeat:repeat-x;
}
a:link, a:hover, a:active, a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #333333;
text-decoration: none;
}

.default{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color: #333333;
text-decoration: none;
}

