@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
body {
	background-color: #dddddd;
	background-image: url(_images/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
a:link {
	color: #666;
}
a:visited {
	color: #999;
}
a:hover {
	color: #ED1B23;
}
a:active {
	color: #ED1B23;
}

#centeredcontent {
	width: 962px;
	height: 650px;
	text-align: center;
	border: 0px solid #000;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -481px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -350px;	/* Half the height of the DIV tag which is also 50 pixels */
}

#footer {
	height:54px;
	background-image:url(_images/bg-footer.png);
	background-repeat:no-repeat;
	padding-top:18px;
	padding-left:50px;
}

.paddingLeft10px {
	padding-left:10px;
}
	
