body {
background: #545454 url('images/') repeat 0px 0px;
color: #333000;
font-family: 'verdana';
}
#mainContainer {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	position: relative;
}
#header {
	position: relative;
	margin: 0px;
	width: 960px;
	height: 200px;
	background: transparent url('images/layout/header/header.jpg') repeat-y 0px 0px;
}
#contentContainer {
	position: relative;
	margin: 0px;
	width: 960px;
	background: #fff url('images/layout/side/side.jpg') repeat-y 0px 0px;
}
#leftSide {
	float: left;
}
#rightSide {
	float: right;
	margin: 0px;
	width: 610px;
}
#rightSideContent {
	margin: 0px;
	padding: 20px;
}
label {
	font-size: .9em;
	display: block;
}
input {
	margin: 0px 0px 8px 0px;
}
#missing {
	font-size: .9em;
	color: red;
}
#thanks {
	font-size: .9em;
	color: blue;
}
#menuRightSide {
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: .8em;
}
#footer {
	margin: 0px;
	width: 960px;
	height: 150px;
	background: transparent url('images/layout/footer/footer.jpg') repeat-y 0px 0px;
}