﻿/* CSS */
/* LAYOUT */
#container {
	position: absolute;
	width: 100%;
}

#main-container {
	width: 770px;
	margin: 0 auto;
}