* {
	margin: 0px 0px 1px 0px;
	padding: 0;
}

* img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: auto;
	width: auto;
	background-color: #333333;
	overflow: hidden;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/orientation.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

#game {
	background-color: #333333;
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 960px;	
}

#none 
{
	
}

#footer {
	color: #FFFFFF;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}