body {
	font-family:Helvetica,Arial, sans-serif;
	font-size:11px;	
	background-color:#FFF;
	/*background-image:url('../images/bg.jpg');*/
	background-repeat:repeat-x;
}

.smallBase {
	position:absolute;
	left:50%;
	top:50%;
	border:1px solid #b0b0b0;
	width:350px;
	height:200px;
	margin-left:-175px;
	margin-top:-100px;
	background-color:#FFF;
	text-align:center;
	color:#818181;
}
.bigBase {
	position:absolute;
	left:50%;
	/*border:1px solid #d4d4d4;*/
	width:950px;
	height:600px;
	margin-left:-450px;
	margin-top:30px;
	background-color:#FFF;
	text-align:left;
	color:#818181;
}


#container {
	border: 1px solid #CCC;
	width:800px;
	height:600px;
	text-align:left;
}
#banner {
	height:100px;
	text-align:center;
}
#menu {
	padding:5px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size:11px;
}
#main {
	position:relative;
}
input {
	border:1px solid #CCC;
	font-size:11px;
	padding:3px;
}
input:focus {
	background-color:#ffffdd;
}
/*input:hover {
	background-color:#ffffdd;
}*/
button {
	border:1px solid #ccc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
