*{
	padding:0px;
	
}

body {
	margin: 0px;
	padding:0px;
	background:#000000 url('../img/bg.gif') repeat-y;
	font-size:14px !important;
	font-family:Trebuchet MS !important;
	color: #ffffff !important;
}

.content {
	padding-top: 30px;
	color: #ffffff;
	width: 400px;
	margin: 0px auto 0px auto;
	overflow:hidden;
	position: relative;
	z-index:100;
}

.content a{
	color: #ffffff;
}

.botom {
	height: 280px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-image:url('../img/bottom-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	z-index:80;
	
}

.button {
	background-color: transparent;
	color: #ffffff;
	border: none;
	cursor: pointer;
	font-size:15px;
	font-weight: bold;
	width: 80px;
	text-align: left;
	text-decoration: underline;
}

input.arrow { background:url(../img/arrow.gif) no-repeat right center; }
