body {
	margin: 0px;
	background: #b4e6ff url(../images/bg_small.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
 
}

html {
	height: 100%;
}

img {
	border: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

div#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	text-align: center;
	width:980px;
        

}

div#gamesCharacter {
	z-index: 1;
	float: left;
	position: absolute;
	left: 50px;
	margin: 0 auto;
	height: 238px;
	width: 249px;
	background-image: url(../images/kranky_games.png);
        
}

div#aboutCharacter {
	z-index: 1;
	position: absolute;
	left: 50px;
	margin: 0 auto;
	height: 238px;
	width: 249px;
	background-image: url(../images/kranky_games.png);
}

div#contactCharacter {
	z-index: 1;
	position: absolute;
	left: 40px;
	top: 15px;
	margin: 0 auto;
	height: 485px;
	width: 346px;
	background-image: url(../images/ben_contact.png);
}

div#careersCharacter {
	z-index: 1;
	position: absolute;
	left: 40px;
	top: 15px;
	margin: 0 auto;
	height: 485px;
	width: 346px;
	background-image: url(../images/ben_contact.png);
}

div#storeCharacter {
	z-index: 1;
	position: absolute;
	left: 50px;
	margin: 0 auto;
	height: 238px;
	width: 249px;
	background-image: url(../images/kranky_games.png);
}

div#termsCharacter {
	z-index: 1;
	position: absolute;
	left: 50px;
	margin: 0 auto;
	height: 238px;
	width: 249px;
	background-image: url(../images/kranky_games.png);
}

div#privacypolicyCharacter {
	z-index: 1;
	position: absolute;
	left: 50px;
	margin: 0 auto;
	height: 238px;
	width: 249px;
	background-image: url(../images/kranky_games.png);
}

div#header {
	/*z-index: -2;*/
        position: relative;
	top: 0px;
	height: 146px;
	width: 980px;
	
        margin-left: auto;
        margin-right: auto;
	
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

h1#headerLink {

	height: 110px;
	width: 300px;
	margin: 0 auto;
}

h1#headerLink a {
	display: block;
	height: 110px;
	width: 300px;
	margin-left: auto;
        margin-right: auto;
	text-indent: -9999px;
}

div#menu {
	height: 55px;
	width: 980px;
	margin: 0 auto;	
	margin-left: auto;
        margin-right: auto;
	z-index: 5;
}

ul#menu {
  height: 25px;
  width: 679px;
  margin: 0 auto;
  padding: 13px 0 0 327px;
  list-style: none;

}

ul#menu li {
  float: left;
  text-indent: -99999px;
}

ul#menu li a {
  display: block;
  height: 25px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

ul#menu li a:hover, ul#menu li.selected a {
  background-position: 0px -25px;
}

ul#menu li.selected a {
  cursor: default;
}
ul#menu li.welcome		a { width:  91px; background-image: url(../images/welcome.png); }
ul#menu li.games		a { width:  79px; background-image: url(../images/games.png); }
ul#menu li.store		a { width:  65px; background-image: url(../images/store.png); }
ul#menu li.about		a { width:  68px; background-image: url(../images/about.png); }
ul#menu li.blog			a { width:  56px; background-image: url(../images/blog.png); }
ul#menu li.contact		a { width:  78px; background-image: url(../images/contact.png); }

div#contentbg {
	/*min-height: 550px;*/
	min-height: 300px;
	width: 980px;
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	overflow: auto;
        margin-left: auto;
        margin-right: auto;

}

div#footerbg {
padding-top: 50px;
	position: relative;
	height: 4em;
	width: 780px;
	margin: 0 auto;
	/*background-color: #FFFFFF;*/
	text-align: center;
}

div#footer {
	margin: 0 auto;
	width: 100%;
	height: 1px;
	background-color: #aaaab4;
	float: left;
}

div#footerbg a {
	color: #5b5b5a;
	/*color: #999999;*/
	text-decoration: none;


}

div#footerbg a:hover {
	text-decoration: underline;
}

div#footerImages {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}

div#footerLinks {
	padding-top: 23px;
	padding-right: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5b5a;
	float: right;
}