body {
	background-color:#00070c;
	background-image:url(../images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	margin: 0;
	padding: 0;
}
#wrapper {
	background:url(../images/bg2.jpg) center no-repeat;
	height:724px;
	width:100%;
	margin:auto;
}
#content {
	margin:auto;
	width:592px;
}
#text-holder {
	height:136px;
	width:592px;
	padding-top:223px;
}
#form {
	background:url(../images/form-bg.png);
	width:562px;
	height:275px;
	margin-top:28px;
	padding:15px;
	text-align:right;
}
input, textarea {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:1.5em;
	color:#e00045;
	margin:0 0 15px 0;
	padding:5px;
	border:0;
	width:410px;
}
input.button {
	background:url(../images/send.png);
	width:133px;
	height:38px;
	overflow:hidden;
}
input.button:hover {
	background:url(../images/send-over.png);
	cursor:pointer;
}
form img {
	margin-top:4px;
	float:left;
}