@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
}

#container {
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 330px;
	position:relative; /*absolute items will appear correctly positioned within relative container */
	background-color: #FFF;
}

#navigation {
	float:right;
}
