body {	background : #000 url('background.jpg') repeat-x;	margin : 0;	padding : 0;	border : 0;	font-family : "Helvetica", "Arial", "Lucida", "Tahoma";}img {	border : 0;}a {	text-decoration : none;	border : 0;	margin : 0;	padding : 0;}.arrow {	display : block;	width : 56px;	height : 56px;	margin-top : 50px;	cursor : pointer;}.menu {	display : none;;	width : 98px;	height : 106px;	float : left;	cursor : pointer;}#menus {	width : 490px;	float : right;}table, table tr, table tr td {	border : 0;	padding : 0;	margin : 0;	border-collapse : collapse;	vertical-align : top;}#box {	background : url('head_bg.jpg') repeat-x;	width : 100%;	text-align : center;}#main_table {	margin : auto;	width : 980px;	background : url('head_logo.jpg') no-repeat;}.green {	color : #dcd900;	font-size : 20px;	font-weight : bold;}.white {	color : #fff;	font-size : 12px;}
input {
	color: #0062D1;
}

.miniature {
	width: 160px;
	height: 120px;
	margin-left: 35px;
	margin-top: 15px;
	float: left;
	background-color: #2e2e2e;
	cursor: pointer;
	}
	
.miniature:hover {
	background-color: red;
	}
	
	
