@charset "UTF-8";
/* CSS Document */

html,body { height:100%;min-height:100%}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_body.gif);
	background-position:center;
	background-repeat: repeat-y;
}
a { 
	color: #06f;
}
h1 {
	font-family:"Trebuchet MS", Corbel, Calibri, Arial, sans-serif;
	font-size: 24px;
}
li {
	padding-bottom:2px;
}
#menucontainer {
	padding-top:70px;
}
.menu{
	padding-left:20px;
	padding-right:10px;
	font-family:"Trebuchet MS", Corbel, Calibri, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	display:inline;
	cursor:pointer;
}
.menu:hover {color:#06f;}
.menuactive{
	padding-left:20px;
	padding-right:10px;
	font-family:"Trebuchet MS", Corbel, Calibri, Arial, sans-serif;
	font-weight:bold;
font-size:18px;
	display:inline;
	color:#06f
}
#header {
	height:100px;
	width: 800px;
	margin: auto;
	background-image: url(../img/bg_header.jpg);
}
#contentcontainer {
	top:100px;
	width: 800px;
	margin: auto;
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
	min-height:300px;
}
#content {
	padding: 20px;
	padding-bottom: 50px;
}
#footer {
	background-image: url(../img/bg_footer.jpg);
	height:42px;
	width: 800px;
	font-size:9px; 
	margin-left: auto;
	margin-right: auto;
}
#footercontainer {
	height:42px;
	width:100%;
	bottom: 0px;
	position: fixed;
}
#footerleft {
	float:left;
	padding-left:20px;
	padding-top:16px;
	font-size: 9px;
	color: white;
}
#footerright {
	float:right;
	padding-right:5px;
	padding-top:5px;
	font-size: 9px;
}
#androids {
	height:90px;
	width:100%;
	bottom: 42px;
	position: absolute;
}
