html, body, form, img, table, td, th, tr {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b432e;	
} 
body {
	background: #bfb18a;
}


html, body {
	height: 100%;
}

img {
	border: 0px;
}

a {color:#4b432e; text-decoration:underline;}
a:hover {text-decoration: none;}

.content {
	z-index: 5;
	width: 100%; 
	position: relative;
	height: 100%;
	moz-box-sizing: border-box;
}


.wrap {
	height: 100%;
	width: 100%;
	position: absolute;	
}

#flash {}

.box {
	padding: 20px;
}

