	
body 
{
	background-color: #515F7C;
	background-repeat: repeat-x;
	background-attachment: fixed; 
	
	padding:0;

	text-align:center;
	min-width:320px;/* for mozilla*/
	
	color: #FFFFFF;
	
	width:320px;
	
	margin:0px auto;
	
	font: 18px "Trebuchet MS";
}

#content
{
	background-color: #515F7C;
	width:320px;
  margin-left: auto;
  margin-right: auto;
	text-align:center;

	font: 18px "Trebuchet MS";
}

h1
{
	font: 34px "Trebuchet MS";
}

.loginLower 
{
	text-transform: lowercase;
}


table
{ 
margin-left: auto;
margin-right: auto;
}

a:link {color: #EEEEEE;font-weight: bold}
a:visited {color: #EEEEEE;font-weight: bold}
a:hover {color: #FFFFFF;font-weight: bold}
a:active {color: #EEEEEE;font-weight: bold}
