﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#presentation {
	position: absolute;
	top: 0;
	left: 0;
	width: 780px;
	height: 120px;
}
div#page {
	width: 100%;
}
div#page div#header {
	widht: 100%;
	height: 120px;
}
div#page div#main {
	width: 770px;
	height: 400px;
}
div#page div#footer {
	width: 770px;
	height: 124px;
}
div#page div#footer2 {
	width: 100%;
	height: 60px;
}
div#page div#footer2 td{
	font-size:9px;
	color:#FFF;
	font-weight:bolder;
}
div#page div#footer2 td a{
	text-decoration:none;
	color:#999;
	font-size:11px;
	font-weight:bolder;
}
div#page div#footer div#contactus td {
	font-size: 9px;
	color: #FFF;
}
div#page div#main div#advertising{
	width:400px;
	height:400px;
	overflow:hidden;
}
div#page div#main div#content{
	width:98%;
	height:400px;
	overflow:auto;
	margin-left:2%;
}