﻿* 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	margin: 0px;
	padding: 0px;
	background-color: #54616E;
	text-align: center;
}

/*--------------------------------------------------
HEADER
--------------------------------------------------*/
div.header 
{
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
div.header img.logo 
{
	position: relative;
	float: left;
	border: none;
}
/*--------------------------------------------------
MENU
--------------------------------------------------*/
div.menu 
{
	position: relative;
	width: 100%;
	height: 9px;
	background-image: url(images/menu-bg.png);
	background-repeat: repeat-x;
	clear: both;
}
/*--------------------------------------------------
UNDER CONSTRUCTION
--------------------------------------------------*/
span.under_construction 
{
	position: relative;
	font-family: Arial;
	font-size: 24px;
	color: #ffffff;
	top: 200px;
	margin-left: auto;
	margin-right: auto;
}