﻿body
{
	background-color: #000000;
	margin: 0px auto 0px auto;
	text-align: center;	
	vertical-align:bottom;
}

div.container
{
	height:auto;
	width:868px;
	position:relative;
	border:1 white double;
	margin: 0px auto 0px auto;
}

div.top
{
	height:105px;
	width:858px;
	position:relative;
	background-color:transparent;
}

div.menu
{
	height:auto;
	width:150px;
	position: static;
	background-color:transparent;
	float:left;
	text-align:left;
}

div.main
{
	height:auto;
	width:718px;
	position:relative;
	background-color:transparent;
	float:right;
	text-align:center;
}


div.mainimage
{
	height:auto;
	width:708px;
	position:relative;
	background-color:white;
	float:right;
	text-align:center;
}
	
		
	