@charset "UTF-8";

#top {
	margin-top: 15px;
}

#info {
	position: absolute;
	top: 270px;
	left: 0;
	width: 350px;
	text-align: right;
	color: #fff;
	line-height: 180%;
}
#info h2 {
	padding-bottom: 50px;
	font-size: 160%;
	line-height: 180%;
}
#info .twitter {
	padding-top: 50px;
}
#info .more {
	padding-top: 10px;
}


#logo,
#store,
#copyright {
	position: absolute;
	left: 700px;
	width: 150px;
	text-align: left;
}
#logo {
	top: 170px;
}

#store {
	top: 340px;
}
#store .storeBtn {
	margin-left: -10px;
}



.screen {
	position: absolute;
	top: 100px;
	left: 30px;
}

#flashcontent {
	position: absolute;
	top: 0;
	left: 370px;
}

#news {
	position: absolute;
	top: 650px;
	left: 0;
	text-align: left;
	font-size: 90%;
	color: #999;
}
#news h2 {
	margin: 0 0 0 200px;
	text-align: right;
	font-size: 120%;
	color: #999;
}
#news a,
#news a:visited,
#news a:hover {
	color: #999;
	text-decoration: underline;
}
#news a:hover {
	color: #f00;
	text-decoration: underline;
}
#news dl {
	position: absolute;
	top: 0;
	left: 290px;
	width: 600px;
	text-align: left;
}
#news dt {
	margin-bottom: 10px;
	float: left;
	width: 100px;
}
#news dd {
	float: left;
	margin: -24px 0 0 80px;
	width: 500px;
}


#footer {
	position: absolute;
	top: 1000px;
	left: 0;
	
}

#footer #textnav {
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}

#footer #copyrightTop {
	padding-top: 10px;
}