/* CSS Document */

body {
	margin-top: 0px;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 0.9em;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #000000;
}


#container {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/new_bg.jpg);
	height: 1300px;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:active{
	color: #FF00FF;
}
a:visited {
	color: #FFFFFF;
}
a:hover{
	color: #FF00FF;
}



#Tcenter {
	float: left;
	width: 360px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {clear: both;}
