@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

#bodydiv {
	width: 970px;
	height: 100%;
}

#header {
	background-image: url("../img/header.jpg");
	height: 150px;
	background-repeat: no-repeat;
}

#left_container {
	width: 150px;
	float: left;
	height: 100%;
}

#content {
	margin-left: 175px;
	width: 792px;
}


