#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 100px;
	background: url(./images/gkt_main_banner_underline.jpg) no-repeat;
}

#navigation {
	position: absolute;
	top: 100px;
	left: 650px;
	width: 150px;
}

#content {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 650px;
}

#content_index_footer {
	position: absolute;
	top: 445px;
	left: 0px;
	width: 650px;
}

body {
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #0C248E;
}
