@charset "utf-8";
body {
	background-image:url(../assets/background.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#212a0e;
	margin:0px;
	padding:0px;
}

img, body, td, a, script, div {
	behavior:url(iepngfix.htc);
}

.container {
	width:818px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

.header {
	width:818px;
	height:166px;
	background-image:url(../assets/header.png);
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-top:25px;
}

.top {
	width:818px;
	height:20px;
	background-image:url(../assets/top.png);
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-top:0px;
}

.middle {
	width:818px;
	background-image:url(../assets/middle.png);
	background-repeat:repeat-y;
	margin-bottom:0px;
	margin-top:0px;
}

.textarea {
	width:100%;
	margin-left:40px;
	margin-right:40px;
	margin-top:20px;
}

.format {
	margin-left:auto;
	margin-right:auto;
}

.bottom {
	width:818px;
	height:20px;
	background-image:url(../assets/bottom.png);
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-top:0px;
}

.footer {
	width:818px;
	height:74px;
	background-image:url(../assets/footer.png);
	background-repeat:no-repeat;
	margin-top:0px;
}