@charset "utf-8";
body {
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: rgb(34, 34, 34); 
	letter-spacing: 1px;
}
#comingsoon {
	text-align: center; width: 100%; position: absolute; font-size: 120px; margin-top: 320px; color: rgb(242, 242, 242);
}
#notice {
	text-align: center; margin:20px 10px 0px 10px; border:1px dashed #ff0000; padding: 5px;
}
#page_container {
	text-align:center;
	position:relative;
}
#footer {
position:absolute; bottom:0px; background:#2babe2; width:100%; text-align:center; padding-top:10px;padding-bottom:10px;
}
#footer_inner {
background:#2babe2; width:100%; text-align:center; padding-top:10px;padding-bottom:10px;
}
#nav {
text-align:center; padding-top:10px; padding-bottom:10px; background:#2babe2;
}
#nav a { color:#444; text-decoration:none; }
a { color:#06F; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }
li { margin-bottom:10px; }
.screenshots {
	border:1px solid #000 ;
	margin-right:5px;
}