* {
	margin:0;
	padding:0;
	}

	html, body {
	height:100%;
	}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	background-color: #edeae6;
	color: #999999;
	}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-240px;
	float:left;
	}
		
#container {
	margin:0 auto;
	position:relative;
	height:480px;
	width:720px;
	clear:left;
	Overflow: hidden;
	background-color: white;
	}
p{
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	line-height: 19px;
	font-weight: lighter;
	}
a{
	color: #ffcc00;
	text-decoration: none;
	}
	
a:visited{
	color: #ffcc00;
	text-decoration: none;
	}

#mainleft {
	float: left;
	position: relative;
	background: url(images/logomain.jpg) no-repeat;
	background-position: 10px 10px;
	background-color: #cecece;
	width: 480px;
	height: 320px;
	}

#mainright {
	float: right;
	position: relative;
	width: 240px;
	height: 320px;
	background: url(images/mainright.jpg) no-repeat;
	}
#mainright ul {
	display: none;
	}


#footer {
	clear: both;
	width: 720px;
	height: 160px;
	}
#footerleft {
    float: left;
    position: relative;
	width: 240px;
	height: 160px;
	background-color: #999999;
	}
#footerright {
    float: right;
    position: relative;
   	width: 480px;
	height: 160px;
    background-color: #ffcc00;
    }