body {
	font-family: Arial, Helvetica, sans-serif;
}
/*
html {-webkit-text-size-adjust:200%}
*/
#masterHead
{
	left: 0;
	top: 0; 
	width: 980px;
	height: 150px;
	/*background-image: url(./images/header.png);*/
}
#masterHead  a
{
	outline: none;
}

.headerNav
{
	padding: 0;
position: relative;

	/*top: 0;*/ 
	width:980px;
	height: 150px;
	background-image: url(./images/header.png);
	background-repeat :no-repeat;
	float:left;
	margin:0;
	display: block;
	text-decoration: none;
	float: left;
	display: inline;
	outline: none;
}


.dg_container
{
	width:980px;
	/*width:100%;*/
	margin:0;
	padding:0;
}
.buttonSpacer
{
	position:relative;
	padding:0;
	width:107px;
	height:125px;
	/*
	top:0;
	left:auto;
	*/
	display:inline;
	background-color: #0000ff;
	float: left;


	
}
.buttonSpacerLeft
{
position: relative;

	padding:0;
	width:101px;
	height:125px;
	
	/*top:0;
	left:auto;*/
	background-color: #00ffff;
	float: left;

	
}

.globalNavButton
{	
position: relative;

	
	float: left;
	/*
	top:0px;
	left:auto;
	*/
	height:125px;
	width:115px;
	padding: 0;
	margin:0;
display:inline;
}


#menu {
  	list-style: none;
  	padding: 0;
  	margin: 0;
  	width: 980px;
  	height: 150px;
	background-image: url(./images/header.png);
	background-repeat :no-repeat;
  	position: relative;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu .home_selected
{
	width: 109px;
	height: 125px;
	left:100px;
	top:0px;
	background-image: url(./images/dg_selected.png)
}
#menu .home_unselected 
{
	width: 109px;
	height: 125px;
	left:100px;
	top:0px;
	background-image: url(./images/dg_unselected.png)
}
#menu .games_selected
{
	width: 109px;
	height: 125px;
	left:324px;
	top:0px;
	background-image: url(./images/games_selected.png)
}
#menu .games_unselected
{
	width: 109px;
	height: 125px;
	left:324px;
	top:0px;
	background-image: url(./images/games_unselected.png)
}
#menu .blog_unselected 
{
	width: 109px;
	height: 125px;
	left:541px;
	top:0px;
	background-image: url(./images/blog_unselected.png)
}
#menu .blog_selected 
{
	width: 109px;
	height: 125px;
	left:541px;
	top:0px;
	background-image: url(./images/blog_selected.png)
}
#menu .community_unselected 
{
	width: 109px;
	height: 125px;
	left:762px;
	top:0px;
	background-image: url(./images/community_unselected.png)
}
#menu .community_selected 
{
	width: 109px;
	height: 125px;
	left:762px;
	top:0px;
	background-image: url(./images/community_selected.png)
}


/* Contact, groups */
#contact
{
  	list-style: none;
  	padding: 0;
  	margin: 0;
  	width: 980px;
  	height:350px;
  	top:0;
  	left:0;
  	position: relative;
}
#contact a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#contact .email
{
	width: 126px;
	height: 112px;
	left:427px;
	top:40px;
	background-image: url(./community/email_button.png)
}
#contact .mailinglist
{
	width: 126px;
	height: 112px;
	left:95px;
	top:210px;
	background-image: url(./community/mailinglist_button.png)
}
#contact .twitter
{
	width: 126px;
	height: 112px;
	left:316px;
	top:210px;
	background-image: url(./community/twitter_button.png)
}
#contact .facebook
{
	width: 126px;
	height: 112px;
	left:537px;
	top:210px;
	background-image: url(./community/facebook_button.png)
}
#contact .youtube
{
	width: 126px;
	height: 112px;
	left:758px;
	top:210px;
	background-image: url(./community/youtube_button.png)
}




#game_banner
{
	   position:relative;
width:980px;
height:220px; 
top:10px;
}
#iphone_slideshow
{
	position:relative;
	width:480px;
height:320px;
	/*background: url(./images/slideshow_icon_xl.png) center top no-repeat;
	z-index:1;
	*/
}
#iphone_slideshow .img
{
position:relative;
left:0px;
top:0px;
z-index:-1;
}

#footer_image
{
position:relative;
width:980px;
height:161px;
top:10px;
background:  url(./images/footer.png)  center center no-repeat;
}



/* */
#dg_content
{
	width:980px;
	height:100%;
	padding:0px;
	top:0;
	left:0;
}

#dg_content .iphone_hoz
{
	   position:relative;
	 width:716px;
	 height:389px;
	left:132px;
/*left:0px;*/
 	 /*text-align:center;*/
	 background: url(./images/iphone.png) center top no-repeat;
}

#dg_content .video_hoz
{
	   position:relative;
	 width:480px;
	 height:320px;
left:117px;
top:33px;
}
#dg_content .you_tube
{
	   position:relative;
	 width:480px;
	 height:320px;
}
.textDetails
{
	/*background-color:#000000;*/
	width:700px;
/*	border: 5px inset #ffbf35;
	border-style:double double double;
	*/
	text-align:left
}


