/**
 * KONAMI Europe
 * Grid styles
 */
#container {
	width:1000px;
	margin:0 auto 10px;
}

#inner-top,
#inner-bottom {
	clear:both;
	width:980px;
	padding:0 10px;
}

#navigation,
#header,
#footer {
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
}
