body {
	background: #e2e2e2 url('/images/bg.jpg') no-repeat center top;
	background-attachment /**/: fixed;
}

.menu {
	margin-left: 20px;
	margin-top: 50px;
	width: 349px;
	height: 469px;
	background: url('/images/pageLogo.png') no-repeat left top;
	position /**/: fixed;
}

h1, h2, h3, h4 {
	color: #e58330;
}

.content {
	width: 555px;
	margin-top: 80px;
	margin-left /**/: 400px;
}

.contentArea {
	padding: 10px;
	width: 555px;
	background: url('/images/content.png') repeat-y center top;*/
}

.button-agree {
	overflow: hidden;
	margin: 15px 30px 15px 0;
}
a.button {
	display: block;
	width: 100px;
	float: right;
	padding: 4px 6px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	background: white url(/images/button-white.png) center center repeat-x;
	color: #145092;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #999999 #999999 #cccccc;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

a.button:hover {
	background-image: none;
}
