/* main01.css */

BODY {
}

img {
	border: 0;
}

input.submit 
{
	
	font-size: 0%;
	border:0; 
	width:508px;
	height:36px;
	background : url(images/contact_content_form_submit.gif);
	cursor:pointer;
}

div.container {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.containerMain {
	position: absolute;
	top: -209px;
	left: 0px;
}

div.topbar {
	position: absolute; 
	top: 0px; 
	left: 0px;
	background: #000000;
}

div.sidebar {
	position: absolute; 
	top: 209px; 
	left: 0px;
}

div.sidebar_background {
	position: absolute; 
	top: 0px; 
	left: 0px;
}

div.contentarea {
	position: absolute; 
	top:209px; 
	left: 231px;
}
	