BODY { background: #000000; background-image: url('bg.jpg'); background-repeat: repeat;
margin: 0px; }

BODY, p, table, tr, td, li, ul, font, nobr {font-family: verdana; font-size: 10px; color: #C0C0C0; letter-spacing: 1px;}

#header1 {position: absolute; top: 0px; height: 100px; width: 300px; left: 50%; margin-left: -150px; background-image: url('1.jpg'); background-repeat: no-repeat; border-left: 1px solid #219FFF; border-right: 1px solid #219FFF;}
#header2 {position: absolute; top: 100px; height: 100px; width: 300px; left: 50%; margin-left: -150px; background-image: url('2.jpg'); background-repeat: no-repeat; border-left: 1px solid #219FFF; border-right: 1px solid #219FFF; }
#header3 {position: absolute; top: 200px; height: 110px; width: 300px; left: 50%; margin-left: -150px; background-image: url('3.jpg'); background-repeat: no-repeat; border-left: 1px solid #219FFF; border-right: 1px solid #219FFF; }
#content {position: absolute; top: 340px; width: 290px; left: 50%; margin-left: -150px;
	padding: 5px; border-left: 1px solid #219FFF; border-right: 1px solid #219FFF; }
#menu {position: absolute; top: 310px; height: 30px; width: 290px; left: 50%; margin-left: -150px;
	padding: 5px; border-left: 1px solid #219FFF; border-right: 1px solid #219FFF; 
	text-align: center;}
#menu ul, #menu li { display: inline; list-style-type: none; padding: 0px;}
#menu a, #menu a:link, #menu a:active, #menu a:visited { display: inline;
	color: #989898; text-decoration: none; font-family: Verdana; 
	font-size: 10px; border: 0px; }
#menu a:hover {display: inline; font-family: Verdana; font-size: 10px; color: #FFFFFF;
	text-decoration: none; border: 0px;}

h1 {font-family: Verdana; font-weight: bold; font-size: 16px; text-transform: uppercase;
	color: #FFFFFF; text-decoration: none; letter-spacing: 2px;
	border-bottom: 2px solid #FFFFFF; text-align: left; padding: 3px;}

A:link, A:visited { color:#859CCE; text-decoration: none; font-weight: bold; 
	font-family: Verdana; font-size: 10px; }
A:active, A:hover  { color:#859CCE; text-decoration: underline; font-weight: bold; 
	font-family: Verdana; font-size: 10px; border-bottom: 1px solid #FFFFFF; }
input, textarea, select { font-family: verdana; font-size: 10px; letter-spacing: 2px;
			background: #404040; border: 1px solid #000000; 
			font-weight: bold; color: #FFFFFF; padding: 2px; }
