/* 
	APTMNT - Master Styles
	Revision number	:	1.0
  Last updated		:	05th April 2008
  Last updated by	:	Scott Mackenzie 
*/

@import url(reset.css); 
@import url(hacks.css);

/* @group Splash
----------------------------------------------------------------------------------- */
body { 
	font: normal small/140% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #000;
	color: #f3f4dc;
}
.wrapper {
	text-align: center;
	width: 800px;
	margin: 40px auto;
}
.enter {
	display: block;
	width: 200px;
	text-align: center;
	margin: 40px auto;
}
/* @end */