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

html,body {
	height:100%;
	background-color:#F2FAE1;
}

a {
	color:#336600;
}
a:hover {
	color:#FF9900;
}

.cbox { 
zoom: 100%;
}

.cbox:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

div#wrap {
	width:966px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0px auto -30px auto;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#push {
	height:30px;
	/*clear:both;*/
}
div#footer {
	position:relative;
	text-align:center;
	font-size:12px;
	color:#666666;
	/*padding-top:10px;*/
	height:30px;
}
