@charset "UTF-8";
/* CSS Document */

html, body{
	background: #000;
	margin: 0;
	color: #fff;	
	height: 100%;
	background-image: url(../images/bg.gif);
}

#container {
	margin: auto;
	width: 400px;
	height: 100px;
	border: 0px solid #ff0000;
}

#logo {
	margin: auto;
	width: 47px;
	height: 58px;
	background-image: url(../images/logo_3.gif);
}

#logo2 {
	margin: auto;
	margin-top: 10px;
	width: 150px;
	height: 53px;
	background-image: url(../images/logo.gif);
}

#txt {
	margin:auto;
	margin-top: 10px;
	width: 150px;
	height: 14px;
	background-image: url(../images/txt.gif);
}

#form {
	margin: auto;
	margin-top: 10px;
	width: 146px;
	height: 300px;
	border: 0px solid #ff0000;
}

#form select {
	color: #fff;
	font-size: 10px;
	background-color: #272727;
	border: 1px solid #444;
	margin-bottom: 2px;
	width: 146px;
}