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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 25px;
}
h4 {
	color: #9ACC99;
	margin: 0px;
}
.menu {
	float: right;
}
.text {
	width: 250px;
	height: auto;
	margin-left: 30px;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}
#container #header {
	width: 998px;
	height: 150px;
}
#container #text-holder {
	float: left;
	width: 300px;
}
