@charset "UTF-8";
/* CSS Document */

/*reset css*/
		
		html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,a, 
del, em, font, img,
small, strike, strong,
b, u, i, center,
dl, dt, ol, ul, li,
form, label, legend,
 tr, th, td
			{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
             }
		 
		 
body{
	background-color : #000;

}

#page{
	border : 1px solid #fff;
	width : 900px;
	height:600px;
	margin: 0 auto;

}

#instruction{
	color: #666;
	margin:0 auto;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}