html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;

	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	background-color: #ffffff;

	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

img {
	border: 0;
}

.enter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 260px;
	width: 550px;
}