/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	background: #0B191C url(images/sbkg.gif) no-repeat fixed center bottom;
	text-align: center;
	font: 1em/1.6em Tahoma,Verdana,sans-serif;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
} 

table{
margin: 0px auto 0px auto;
width: 450px;
}
td{
	font: 0.7em/1.6em Tahoma,Verdana,sans-serif;
text-align: left;
}
a {
color:#bacce7;
text-decoration: none;
}