body, html {
	margin:0;
	padding:0;
	height: 100%;
}

div#container {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	
	background-color: white;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: 50% 95%;
}

div#header {
	background-color: white;
}

div#content {
	padding:1em 5em 3em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	
	font-size: 8pt;
	color: #999999;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	background-color: #ebebeb;
}
div#footer td {
	padding-left: 2em;
	padding-right: 2em;
}
div#footer a {
	color: #999999;
}

body {
	background-color: white;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10pt;
}

a, a:visited {
	color: #336699;
      text-decoration: none;
}
a:active, a:hover {
	color: #4488dd;
      text-decoration: none;
}

a img {
	border: none;
}

img#logo {
	position: absolute;
}
div#titlebar {
	padding-left: 160px;
	padding-top: 15px;
	height: 75px;
	color: #336699
}
div#titlebar h1 {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40pt;
}

#menu {
	padding-left: 160px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	background-color: #ebebeb;
	font-size: 10pt;
	font-weight: bold;
}
#menu a, #menu a:visited {
	text-decoration: none;
	color: black;
}
#menu a:hover, #menu a:active {
	text-decoration: none;
	color: #aa0000;
}
#menu a.selected_menu {
	color: #dd0000;
}

h1,h2,h3,h4,h5,h6 {
	color: #336699;
}

div.home {
	background-image: url(images/bg_home.png);
}
div.about_us {
	background-image: url(images/bg_about_us.png);
}
div.gp_support {
	background-image: url(images/bg_gp_support.png);
}
div.web_design {
	background-image: url(images/bg_web_design.png);
}
div.web_hosting {
	background-image: url(images/bg_web_hosting.png);
}
div.gaming_systems {
	background-image: url(images/bg_gaming_systems.png);
}
div.contact_us {
	background-image: url(images/bg_home.png);
}
