body {
	background-color: #F8FAF9;
	background-image: url(../images/header.bg.png);
	background-repeat: repeat-x;
}

.header {
    min-height: 91px;
    margin-bottom: 10px;
}

.header_link {
    width: 384px;
    height: 91px;
    background: url(../images/title.png) no-repeat;
    text-indent: -999em;
    float: left;
}

.apple_link {
	position:absolute;
	top:20px;
    right:20px;
	width: 150px;
    height: 91px;
    background: url(../images/iphone_app.gif) no-repeat;
	text-indent: -999em;
}

#title {
	color: #FFFFFF;
	font-size:36px;
}

#word_games {
   padding: 10px;
   position:absolute;
   top:780px;
   width:100%;
   height:80px;   /* Height of the footer */
   font-family:"Verdana",sans-serif;
   font-size:10px;
}

#main_text {
   text-align:left;
   padding: 10px;
   width:400px;
   height:160px;   /* Height of the footer */
   font-size:12px;
}

#main_text {width: 600px; margin: 0 auto;}
.container {width: 670px; height: 600px; margin: 0 auto 20px; 
padding: 20px; position: relative; 
background: #f8f5f0; 
border-radius: 6px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
box-shadow: rgba(135, 171, 192, 0.75) 0 5px 16px;
-moz-box-shadow: rgba(135, 171, 192, 0.75) 0 5px 16px; 
-webkit-box-shadow: rgba(135, 171, 192, 0.75) 0 5px 16px;}

#video_demo {
   padding: 10px;
   width:100%;
   height:80px;   /* Height of the footer */
   font-size:10px;
}