@charset "UTF-8";
body {
	background-color: #EC1C24;
	background-image: url(../imgs/back.jpg);
	background-repeat: repeat-x;
	color: #EC0189;
	font-family: Helvetica, Arial, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EC0189;
	display: block;
	width: 145px;
	padding-left: 4px;
	font-weight: normal;
	height: 15px;
	padding-top: 5px;
}
#foot {
	position: absolute;
	bottom: 20px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EC0189;
	display: block;
	width: 145px;
	padding-left: 4px;
	font-weight: normal;
	height: 15px;
	padding-top: 5px;
}
a:hover {
	text-decoration: none;
	background-color: #CB0A21;
}
#Div {
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:400px;
	margin-top: -200px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px;
	padding: 10px;
}
#L {
	float: left;
	width: 160px;
	background-color: #FFFFFF;
	height: 390px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#L2 {
	margin: 0px;
	float: left;
	width: 580px;
	background-color: #FFFFFF;
	height: 378px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#Div #L2 p {
	font-size: 14px;
	line-height: 17px;
	width: 500px;
}
#Div #L p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}
#L h6 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Div #L2 a {
	display: inline;
	background-color: #FFFFFF;
	color: #EC0189;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#Div #L2 a:hover {
	display: inline;
	background-color: #FFFFFF;
	color: #ED193F;
	margin: 0px;
	padding: 0px;
}
