﻿body {
	background-color: #000000;
	color: #cccccc;
}

#main {
	width: 924px;
	height: 668px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -462px;
	margin-top: -334px;
}

#ent {
	width: 924px;
	height: 668px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -462px;
	margin-top: -334px;
	background-image: url(img/entrance.gif);
	background-repeat: no-repeat;
}

#ent div.enter{
	padding-top: 465px;
	padding-left: 440px;
}

#ent div.getflash{
	padding-top: 102px;
	padding-left: 397px;
}

#form {
	width: 500px;
	text-align: left;
	font-size: 12px;
	color: #c9c9c9;
}

h3 {
	text-align: center;
}

.link {
	color: #c9c9c9;
}

td.preview {
	padding-left: 3px;
	border: 1px dashed #cccccc;
	line-height: 1.4em;
}

.btn {
	text-align: center;
	padding: 10px;
}

#login {
	width: 300px;
	text-align: right;
	font-size: 12px;
}

#form a:link {
	color: #ff6600;
}

#form a:visited {
	color: #ff6600;
}




