﻿body{
	margin:0;
	background-color:#011e24;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-position:center top;
}

#wrapper{
	width:746px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
}

#header{
	width:746px;
	height:85px;
}

#body{
	width:746px;
	background-image:url('../images/bodyBg.jpg');
	background-repeat:repeat-y;
}

#body #textArea{
	padding-top:55px;
	padding-left:25px;
	padding-right:25px;
	min-height:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#011e24;
	font-size:12px;
}

#footer{
	width:746px;
}

input{
	border:solid 1px #011e24;
	width:200px;
}

input.button{
	border:solid 1px #011e24;
	width:200px;
	height:25px;
}