body {
	background-color: #555566;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}

#container {
	width: 930px;
	height: 645px;
	margin: 0 auto;
	background: no-repeat url(images/background.jpg);	
}

#topbar {
	width: 900px;
	height: 15px;
}

#header {
	background-color: #dddddd;
	width: 900px;
	height: 120px;
	margin: 0 auto;
}

#menu {
	background-color: #eedddd;
	width: 900px;
	height: 31px;
	margin: 0 auto;
}

#mainBodyHome {
	width: 930px;
	height: 449px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
	margin: auto auto auto auto;
}

#homeImage {
	width: 876px;
	height: 425px;
	margin: auto auto auto auto;
}

#mainBodyContact {
	width: 930px;
	height: 449px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
	margin: auto auto auto auto;
	
}

#contactImage{
	width: 876px;
	height: 425px;
	margin: auto auto auto auto;	
}

#mainBody {
	width: 930px;
	height: 449px;
	margin: auto auto auto auto;
}
	
#footer {
	background-color: #dddddd;
	width: 900px;
	height: 40px;	
	
	background-color: #181818;
	width: 900px;
	height: 449px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;	
}
	
#flashcontent {	
	width: 900px;
	height: 425px;
	margin: auto auto auto auto;	
}

img.border {
	border-style: none;
}

.white  {
	color: white;
}


