html, body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-color:#eaebe6;
	color:#2b2a29;
	/*overflow:hidden;*/
} 

img {
	border : 0px;
}

a, a:visited {
	text-decoration:none;
	color:#51b4d5;
}
a:hover {
	text-decoration:underline;	
	color:#2b2a29;
}


h2, h2 a:visited {
	color:#2a2928;
	margin-bottom:0;
	padding-bottom:0px;
	padding-left:0px;
}
h2 a:hover {
	text-decoration:none;	
	color:#51b4d5;
}


#header {
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;	
	height:357px;
	z-index:55;
	position:relative;
}

#contentholder {
	position:relative;
	height:100%;
	text-align:center;
	z-index:50;
	 padding-bottom:227px;
	 min-height:100%;
}

#footer {
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	height:227px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-575px;
	width:1150px;
v	text-align:center;
	z-index:0;
}


#menu {
	position:absolute;
	overflow:hidden;
	top:15px;/*195*/
	right:85px;
	font-size:12px;
	height:22px;
	padding-top:7px;
	padding-left:12px;
	padding-right:12px;	
}
#menu a {
	padding-left:8px;
	padding-right:8px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
#menu a:hover{
	text-decoration:none;	
	color:#51b4d5;
}

#contentwide {
	text-align:left;
	width:900px;
	padding-left:150px;
}
#content {
	text-align:left;
	position:relative;
	left:550px;
	width:450px;
	margin-right:10px;
}
#contentgame {
	text-align:left;
	width:820px;
	height:450px;
	padding-left:200px;
}

#socialcontent {
	position:absolute;
	top:60px;
	right:100px;
	color:#eaebe6;
	line-height:45px;
}
#leftcontent {
	float : left;
	width : 400px;
}
#rightcontent {
	float:right;
	width : 400px;
	
}

#rightcontent h1{
	font-size : 50px;
	font-weight:normal;
	text-align:center;
}
#rightcontent h2{
	font-size : 32px;
	font-weight:normal;
	text-align:center;
}
#ipadwrapper {
	width : 374px;
	height : 287px;
	
	/*border : solid #ffff00 1px;*/
	background-image: url(img/ipad.jpg);
	background-repeat:no-repeat;
}
#ipad
{
	cursor:pointer;
	position : relative;
	left : 38px;
	top: 32px;
	width : 300px;
	height : 225px;
	overflow:hidden;
	/*border : solid #ff0000 1px;*/
}
#ipad img
{
	position:absolute;
}

#iphonewrapper {
	width : 400px;
	height : 206px;
	/*border : solid #ffff00 1px;*/
	background-image: url(img/iphone.png);
	background-repeat:no-repeat;
}
#iphone
{
	cursor:pointer;
	position : relative;
	left : 66px;
	top: 19px;
	width : 270px;
	height : 175px;
	overflow:hidden;
	/*border : solid #ff0000 1px;*/
}


/*
	BLOG
*/
#blog {
	text-align:left;
	width:750px;
	padding-left:300px;
}
.blogitem {

}
.blogitem h1 {
	font-size : 20px;
	color : #333;
	padding:0;
	margin:0;
}
.blogitem h2 {
	font-size : 11px;
	font-weight:normal;
	color : #717171;
	padding:0;
	margin:0;	
}
.blogitemheader{
	margin-bottom:15px;
}
.blogitemcontent {
	
}
.blogitemleft {
	float:left;
	width:240px;
	padding-right:35px;
}
.blogitemright {
	float:left;
	width:350px;
}
.blogitemfooter {
	padding-top:12px;
	font-size : 10px;
	font-weight:normal;
	color : #555;
	padding-bottom:45px;
}


.biglink, .biglink:visited {
	text-decoration:none;
	color:#2b2a29;
	font-size:14px;
}

