@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
}

#wrapper {
	height: 600px;
	width: 900px;
	margin: auto;
}

#contactright {
	height: 600px;
	width: 522px;
	background-image:url(images/contact_picture.jpg);
	float: right;
}

#contactleft {
	height: 600px;
	width: 378px;
	background-image: url(images/contact_picture_field.jpg);
	float: left;
}

#contactintro {
	height: 100px;
	width: 368px;
	float: left;
	margin-top: 150px;
	marging-right: 5px;
	margin-left:5px;
	overflow:visible;

}


#contactfeild {
	width: 378px;
	height: auto;
	margin-top: 210px;
	color: #4EC46E;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: left;
}

#messagesent {
	height: 100px;
	width: 368px;
	float: left;
	margin-top:300px;
	marging-right: 5px;
	margin-left:5px;
	overflow:visible;

}



input {
	background-color:#999;
	border:thin, #CCC;
}

textarea {
    background-color:#999;
	border:thin, #CCC;
}

label for {
	font:Tahoma, Geneva, sans-serif;
}

p {
	font-family:"Courier New", Courier, monospace;
	color:#999;
	font-size:12px;
	text-align:center;
}

a {
	color:#0C0;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
}
