@charset "utf-8";
/* CSS Document */

* {
	overflow: hidden;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

html, body {
	width: 100%;
	height: 100%;
	/*overflow-y: auto;*/
}

body {
	margin: 0;
	background-color: #FFFFFF;
	background-image: url("../img/bg.jpg");
	background-position: center top;
}

a {
	outline: none;
	color: #F93;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

input, textarea, select {
	font-size: 12px;
	background: none;
	border: 2px solid #999;
}

option {
	font-size: 12px;
	background-color: #222;
}