body
{
margin: 0px;/*dont change*/
background-position: 0px 0px;
background-color:#000000;
}

#verticalpositioner      
{
text-align: center;/*dont change*/
position: absolute;/*dont change*/
top: 50%;/*dont change*/
left: 0px;/*dont change*/
width: 100%;/*dont change*/
height: 1px;/*dont change*/
overflow: visible;/*dont change*/
visibility: visible;/*dont change*/
display: block/*dont change*/
}

#content    
{
text-align:left;
font-family: Verdana, Geneva, Arial, sans-serif;
background-color: #000000;
/*margin-left is NEGATIVE HALF your content width */
margin-left: -380px;
position: absolute;/*dont change*/
/*top is NEGATIVE HALF your content height */
top: -300px;
left: 50%;/*dont change*/
/*change width and height to suit */
width: 760px;
height: 600px;
/**********************************/
visibility: visible;/*dont change*/
}

a { 
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
