body {
	color: #FFFFFF;
	font: 11px "tahoma", sans-serif;
	text-align: justify;
	line-height: 120%;
	padding: 0;
	margin: 0;
	background: #F2F2F2 url('images/background.gif') top repeat-x;
	}

a:link, a:visited { text-decoration: none; color: #FFFFFF; }

a:hover, a:active { text-decoration: none; color: #FFFFFF; }

img { border: 0; }

#start { 
	width: 750px;
	height: 500px;
	margin-right: 0;
	margin-left: auto;
	padding: 0;
	}

#navigation { 
	text-align: left;
	position: absolute;
	margin-left: 100px;
	margin-top: 90px;
	padding: 0;
	width: 500px;
	}

#navigation a:link, #navigation a:visited {
	font: 10px "verdana", tahoma;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0; 
	text-decoration: none; 
	background: #F1F1F1; 
	color: #CCCCCC;
	padding: 4px;
	margin-left: 20px;
	}

#navigation a:hover, #navigation a:active { 
	font: 10px "verdana", tahoma;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0; 
	text-decoration: none; 
	background: #FDFDFD; 
	color: #CCCCCC;
	padding: 4px;
	margin-left: 20px;
	}

#content {
	position: absolute;
	padding-top: 120px;
	padding-left: 50px;
	text-align: justify;
	} 

#frame { width: 380px; height: 280px; }