﻿body
{
	background-image: url('images/bg.png');
	}


div#page
{
	position:absolute;
	font-size: 13px;
	font-family: Verdana;
	margin: 0px -365px;
	left:50%;	
	top:80px;
	width:850px;
	height:600px;
	background-color:#333333;
	color:White;
	border: solid 2px #292929;
	z-index:0;
}




div#footer
{
	position: absolute;
	font-size: 12px;
	font-family: Verdana;
	margin: 0px -365px;
	left: 50%;
	width: 850px;
	color: White;
	text-align: center;
	top: 705px;
	vertical-align: middle;
	z-index: 1;
}

div#header
{
	position: absolute;
	font-size: 40px;
	color: White;
	margin: 0px -485px;
	left: 50%;
	text-align: center;
	font-family: Century Gothic;
	font-variant:small-caps;
	font-weight:normal;
	top: 5px;
	width: 970px;
	z-index: 1;
}


div#slogan
{
	position: absolute;
	font-size: 14px;
	color: White;
	margin: 0px -475px;
	left: 50%;
	text-align: center;
	font-family: Verdana;
	font-style:italic;
	font-weight:normal;
	top: 55px;
	width: 970px;
	z-index: 1;
}

div#menu ul
{
   margin:0px; padding:0px; list-style-type: none; padding:0px;
}

div#menu li
{
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    float: left;
    padding: 0px;
    list-style-type: none;
    display: inline;
}


div#menu
{
	position: absolute;
	color: White;
	margin: 0px -515px;
	left:50%;	
	text-align: left;
	top: 80px;
	
	font-size: 19px;
	width:135px;
	font-family: Century Gothic;
	font-variant:small-caps;
	font-weight:normal;
	border: solid 2px #292929;	
	z-index: 1;
}

div#menu a
{	
	float:left;
	color:White;
	padding:12px 18px 12px 18px;
	background-color:#333333;
	border-width:1px;
	width:100px;
}

div#menu a:hover
{		
	background-color:#444444;
	}