#social_nav {
    display: block;
	position:relative;
	background-color:#e3e3e3;
	top:-10px;
	width:600px;
	height:30px;
	border-bottom: solid 1px #666; 
}

#social_nav #emailIcon {
    display: block;
	position:absolute;
	float: left;	
	left:570px;
	top:5px;
    width: 22px;
    height: 22px;
    background: url(../images/email_but.png) no-repeat 0 0;
}

#social_nav #twitterIcon {
    display: block;
	position:absolute;
	float: left;	
	left:545px;
	top:5px;
    width: 22px;
    height: 22px;
    background: url(../images/twitter_but.png) no-repeat 0 0;
}

#social_nav #text{
	float:left;	
	z-index:10;
	position:relative;
	left:10px;
	top:7px;
	text-align:center;
	color:#333;
	font-size:12px;
	padding-right:5px;
	padding-left:10px;	
}

#social_nav #text:Hover{
    text-decoration:underline;
	font-weight:normal;
	color:#00F;
}

#social_nav #divider{
	float:left;	
	z-index:10;
	position:relative;
	left:15px;
	top:2px;
	color:#333;
	font-weight:normal;
	font-size:18px;
	
}

#pictureArea {
    display: block;
	position:relative;
	float: left;	
	left:0px;
	top:-10px;
    width: 600px;
    height: 204px;
    background: url(../images/home_art.png) no-repeat 0 0;
}

#pictureArea #title{
	/*float:left;	*/
	z-index:10;
	position:absolute;
	left:260px;
	top:5px;
	width:330px;
	text-align:center;
	color:#666;
	font-size:19px;
	font-weight:normal;
}

#pictureArea #textbody{
	/*float:left;	*/
	z-index:10;
	position:absolute;
	left:250px;
	top:35px;
	width:345px;
	text-align:left;
	color:#333;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
}

#blackbar {
	float:left;
    display: block;
	position:relative;
	background-color:#333333;
	top:-10px;
	width:600px;
	height:55px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	border-top: solid 1px #999999; 
	border-bottom: solid 1px #999999; 	
}

#blackbar #tagline{
	float:left;
	z-index:10;
	position:relative;
	left:20px;
	top:15px;
	text-align:left;
	color:#fff;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
}

#blackbar #tryitfree {
	float: left;	
    display: block;
    position:absolute;	
	left:325px;
	top:8px;
    width: 116px;
    height: 32px;
    background: url(../images/home_rollovers.png) no-repeat 0 0;
    background-position: -9px -2px;	
}

#blackbar #tryitfree:Hover{
    background-position: -10px -38px;
}

#blackbar #buyitnow {
	float: left;
    display: block;
    position:absolute;	
	left:475px;
	top:8px;
    width: 116px;
    height: 32px;
    background: url(../images/home_rollovers.png) no-repeat 0 0;
    background-position: -9px -79px;	
}

#blackbar #buyitnow:Hover{
    background-position: -10px -115px;
}

#squareOne {
	float: left;	
    display: block;
	position:relative;
	top:5px;
	left:5px;
	top:-5px;
    width: 293px;
    height: 239px;
	font-size:12px;
	line-height:14px;
    background: url(../images/blue_bg.png) repeat 0 0;
}

#squareTwo {
	float: left;		
    display: block;
	position:relative;
	top:5px;
	left:10px;
	top:-5px;
    width: 293px;
    height: 239px;
    background: url(../images/orange_bg.png) repeat 0 0;
}

#squareThree {
	float: left;	
    display: block;
	position:relative;
	top:5px;
	left:5px;
	top:0px;
    width: 293px;
    height: 239px;
    background: url(../images/pink_bg.png) repeat 0 0;
}

#squareFour {
	float: left;			
    display: block;
	position:relative;
	top:5px;
	left:10px;
	top:0px;
    width: 293px;
    height: 239px;
    background: url(../images/green_bg.png) repeat 0 0;
}
/*
#cloudyWrapper header #headerEnterNow {
    display: block;
    position:relative;	
	top: 325px;
    left:640px;
    width: 275px;
    height: 80px;
    background: url(../images/NintendoButtonsSprite.png) no-repeat 0 0;
    background-position: -25px -10px;	
}

#cloudyWrapper header #headerEnterNow:Hover{
    background-position: -25px -100px;
}
*/

/*
#cloudyWrapper header #RulesText:Hover{
    text-decoration:underline;
	font-weight:bold;
}
*/


.blockLink	{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
}
a.blockLink:hover	{
	background-position:left bottom;
}

