html {
}

body {
	background:url("../images/background.jpg") repeat center top #000000;

}



/* ======================================================================================================================== */
/* Canvas */

#canvas {
	position:relative;
	width:900px;
	padding:20px;
	top:30px;
	text-align:center;
	margin: 0 auto;	
	background:#FFFFFF;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:16px;
}

#contact {
	position:relative;
	background:url("../images/contact.jpg") no-repeat center top #FFFFFF;
	
	height:400px;
	text-align:left;
}	

#submit {
	cursor:pointer;
}

textarea {
	height:80px;
}

.textfield {
	width:360px;
	border:0px;
	font-size:12px;
	padding:5px;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.textfieldHeader {
	color:#FFFFFF;
	font-weight:bold;
}

.textfieldBox {
	margin-bottom:8px;
}

a, a:link, a:visited {
	color:#666666;
}

