body {
	padding: 0;
	margin: 0;
	background: #F7F5E1;
	}

img { border: 0; }

a:link, a:visited {
	border: 0;
	text-decoration: none;
	}

a:hover, a:active { 
	border: 0; 
	text-decoration: none;
	}

#start {
	position: static;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	position: static;
	width: 750px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background: url('header.gif') no-repeat;
	}

#content {
	position: absolute;
	padding-top: 75px;
	padding-left: 100px;
	width: 310px;
	}

#frame { width: 290px; height: 280px; }

#navigation {
	position: absolute;
	padding-top: 330px;
	padding-left: 400px;
	}
