@charset "utf-8";

body {
	background-color: #91aa9d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family: Verdana;
	font-size: .8em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #444;
}

.backdrop {
	width:929px;
	height:752px;
	margin:auto;
	background-image:url(../images/backdrop.png);
	background-repeat:no-repeat;
	padding: 100px 110px 20px 130px;
}

.content {
	width: 675px;
	clear: both;
}

.codeBox {
	border:1px solid #f7f7f7;
}

.footer {
	width:675px;
	margin:auto;
	text-align:center;
	clear:both;
	margin: 10px 0 10px 0;
}
	

