html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	}

body {
	text-align: center;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-image:url(../images/backgrounds/bg.jpg);
	}
	
#topbar {
	width:100%;
	height:17px;
	background-color:#666666;
	}

#topbar .text {
	width:808px;
	height:10px;
	padding-top:2px;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	}

#pagecontainer {
	width:808px;
	margin-left:auto;
	margin-right:auto;
	}
	
#logo {
	width:400px;
	height:169px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	}

#navigation {
	width: 808px;
	height: 131px;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	}

#navigation .box {
	width:187px;
	height:131px;
	background-image:url(../images/mainnavigation/navigation_bg.png);
	background-repeat:no-repeat;
	float:left;
	}

#navigation .inner{
	width:164px;
	height:107px;
	padding-top:13px;
	padding-left:13px;
	}

#navigation_sub {
	width: 808px;
	margin-left:auto;
	margin-right:auto;
	}
	
#navigation_sub .box {
	width:187px;
	text-align:right;
	float:left;
	}

#navigation_sub .inner2{
	width:180px;
	}

#boxspace {
	width:20px;
	height: 131px;
	float:left;
	}
	
#boxspace_sub {
	width:20px;
	height: 10px;
	float:left;
	}
	
#connected {
	clear:both;
	width:auto;
	height:auto;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer {
	width:808px;
	font-size:9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	letter-spacing:1px;
	padding-top:100px;
	}
	
a:link { 
	color: #000000;
	text-decoration:none;
	}
a:visited { 
	color: #000000;
	text-decoration:none;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration:underline;
	}
a:active { 
	color: #000000;
	}
