/* Default */
* {
	margin:0;
	padding:0;
}
html,body {
	height:100%;
	font-family: Arial;
	font-size: 12px;
} 
a {
	text-decoration: none;
	color: #82835a;
}
img {
	border: 0;
}
a:hover {
	text-decoration: none;
	color: #5a5b3d;
}
.left {	float:left; }

.right { float: right; }

.clear { clear:both; }

/* Layout */
#container-page {
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #e5dec2;
	background-image: url('img/bg_con.jpg');
	background-repeat: repeat-x;
}

#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 120px;
	background-image: url('img/bottom.png');
	background-repeat: repeat-x;
}

#wrapper_center {
	position:absolute;
	height:225px;
	width:588px;
	margin:-180px 0px 0px -300px;
	top: 50%;
	left: 50%;
	padding: 10px;
	background-image: url('bg.png');
	background-repeat: no-repeat;
}

h1 {
	padding-bottom:5px;
	padding-left: 3px;
	color: #e0763d;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 5px;
}

h2 {
	padding-bottom:5px;
	color: #7f8057;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}


#choose_it {
	margin-top: 8px;
}

#choose_it .left {
	margin-left: 10px;
}

#choose_it .right {
	margin-right: 10px;
}
