/* LAYOUT */
div#container {
	margin: -250px auto auto -380px; /* VERTICAL & HORIZONTAL CENTER */
	width: 760px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
}

div#wrapper {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	height: 500px;
	position: relative;
}

div#header {
	background-image: url("../images/layout/top.jpg");
	height: 50px;
	width: 760px;
}

div#navigation {
	height: 100px;
}

div#content {
	padding: 10px;
	clear: both;
}

div#footer {
	text-align: center;
}