
body					{ margin: 0px 0px 0px 0px; padding:0; background-color: #000000; height: 100% }
#centered 			{ position:absolute; left: 50%; top: 50%; width:880px; height:580px;
							margin-top: -290px; /*set to a negative number 1/2 of your height*/
							margin-left: -440px; /*set to a negative number 1/2 of your width*/
							overflow: hidden; }

.text1 				{ 	font-family: verdana;
							font-weight: normal;
							font-size: 10px;
							color: #ffffff; }
.text1 a				{ 	font-family: verdana;
							font-weight: normal;
							font-size: 10px;
							color: #ffffff; 
							text-decoration: underline;}
.text1 a:hover		{ 	color: #646464; }

.title1				{ 	font-family: verdana;
							font-weight: bold;
							font-size: 11px;
							color: #ffffff; }
