@charset "utf-8";
/* CSS Document */

	* { margin: 0; padding: 0; }
	#page{display:table;overflow:hidden;margin:0px auto;}
	*:first-child+html #page {position:relative;}/*ie7*/
	* html #page{position:relative;}/*ie6*/

	#content_container{display:table-cell;vertical-align: middle;}
	*:first-child+html #content_container{position:absolute;top:50%;}/*ie7*/
	* html #content_container{position:absolute;top:50%;}/*ie6*/

	*:first-child+html #content{position:relative;top:-50%;}/*ie7*/
	* html #content{position:relative;top:-50%;}/*ie6*/

	html,body{height:100%;}
	#page{height:100%;width:360px;}
	
	body { background: #131a1c; color:#aaa; font-family: arial, helvetica, sans-serif;}
	
	.white {text-align: center; width:360; height:140px; font-size: 12px; line-height: 18px; letter-spacing: 1px;}
	
	img { border:0 none; }
	
	a { color:#aaa; text-decoration: none; }
	a:hover { color:#aaa; }