/*By Joe Sutherland
Colors:
	fuschia: #db1fcc
	
*/
body {
background: #000000;
font-family: verdana;
color: #ffffff;
font-size: 75%;
margin: 0; /* to avoid margins */
text-align: center; /* to correct the centering IE bug*/
}

a:link {
text-decoration: none;
color: #db1fcc;
}
a:hover {
color: #ffffff;
}
a:visited {
color: #db1fcc;
}

.submit 
{
color: #fff;
background: #000;
border: 2px outset #fff;
}

#global {
margin-left: auto;
margin-right: auto;
width: 800px; /* mandatory to be centered */
}

#banner {
background-image: url(banner.jpg);
background-repeat: no-repeat;
width: 800px;
height: 179px;
clear: both;
margin: 4px 0px;
}

#content {
margin: 0px 50px;
text-align: left;
}