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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#big {
	background-color: #323232;
	width: 302px;
	height: 218px;
	position: relative;
	margin-top: 200px;
}


#container {
	background-color: #000000;
	width: 100%;
	height: 100%;
}

#small {
	background-color: #323232;
	width: 302px;
	height: 50px;
	position: relative;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.choose-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
