body{
	margin: 0 0 0 0;
	padding: 0;
	color: #ffffff;
	background: #000000;
	background: url(../m/ec/Red_Clouds.jpg) #000000 repeat-x;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:Link,a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
}

p {
	margin: 8px;
	color: #dadada;
}

p.title{
	color: #ffffff;
	text-align: center;
}

li{
	color: #dadada;
}

#Wrapper{
	width: 100%;
	margin-top: 0px;
	background: url(../m/ec/Black_Mask.gif) no-repeat top;
	height: 100px;
}

#Logo {
	margin-left: -150px;
	width: 300px;
	background: url(../m/ec/Logo.png);
	left: 50%;
	height: 120px;
	position: absolute;
	top: 0;
	z-index: 50;
}

#Content{
	margin: 110px 0 0 -450px;
	width: 900px;
	position: absolute;
	left: 50%;
	height: 300px;
}

#LeftInner{
	width: 299px;
	float: left;
	border: 1px solid #ff0000;
	height: 300px;
}

#MiddleInner{
	margin-left: -1px;
	width: 298px;
	float: left;
	border: 1px solid #ff0000;
	height: 300px;
}

#RightInner{
	margin-left: -1px;
	width: 299px;
	float: left;
	border: 1px solid #ff0000;
	height: 300px;
}

