/* CSS Document */
/*--------------------------------------body---*/
body, td, th, div, p, label, input {
	color:#ffffff;
	font:normal 13px/16px Arial, Helvetica, sans-serif;
}
body {background:#ffffff;}
input, select {
	color:#000000;
	font-style:normal;
}
a, a:visited, a:hover {
	color:#FF0048;
}
a:hover {text-decoration:none}

strong {}

/*---------------------------------------------------------custom---*/
.block-bg {position:absolute; width:100%;}
.bg-left {width:51%; height:1461px; float:left; background:url("images/bg_left.jpg") right top no-repeat;}
.bg-right {width:49%; height:1461px; float:right; background:url("images/bg_right.gif") left top no-repeat;}

.block-main {position:relative; width:100%; text-align:center;}


/*EXTRAS*/
.contentWrapper h3{
	border-bottom: 1px solid silver;
	background-color: #dfdfdf;	
}

