* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	background: url(../img/back_test.jpg) #000;
	color: #FFF;
}

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

a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

#container {
	width: 300px;
	margin: 250px 0 0 80px;	
}

span.hide {
	display: none;
}

img {
}

h1 {
	display: none;
}

#topNavi {
	list-style: none;
	margin-bottom: 25px;
}

#topNavi li {
	font-size: 120%;
	font-weight: bold;
	margin: 8px 0;
}