body { 
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Times New Roman;
	font-size: large;
	line-height: 110%;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-image: url(bg_web.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	height: 1250px;
}

#main {
	padding: 10px 0px 0px 10px;
	position: relative;
	top: 680px;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	height: 330px;
	overflow: auto;

	opacity: 0.9;
}

a, a:link, a:visited {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1,h2 {
	text-transform: uppercase;
	font-size: 200%;
	font-family: Times New Roman;
	font-weight: bold;
	text-align: center;
	line-height: 90%;
	margin: 1em 0px 0.3em 0px;
	padding: 0px;
}

h2 {font-size: 140%}
h1 {margin-top: 0}

form, table, tr, td { margin: 0px;	padding: 0px;}
td {vertical-align: top;}

