html, body {
	height:100%;
}
#img-brand {
	border-style:solid;
	border-color:black;
	border-width:1px;
	width:40px;
	position:relative;
	bottom:10px;
}

#mainFrame {
	width:100%;
	height:100%;
	border-style:none;
}

body {
	background-color: #A05510;
}

.roundborder{
	background-color: white;
	padding: 20px; 
	margin-top: 50px;
	border: 5px solid rgb(119,54,43);
	background-clip: padding-box;
	border-radius: 20px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	-moz-border-radius: 20px; /* FF1+ */
	-webkit-border-radius: 20px; /* Saf3-4, iOS 1+, Android 1.5+ */
}

.roundborder p { 
	color: black;
	text-indent: 0px; 
	font-size: 18px;
} 
