body {
	background-color: #0d0a0a;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;

	font-family: verdana, arial;
	font-size: 11px;
	text-align: justify;
}

a:link{
	color:#b8b0b0;
	text-decoration: none;
}

a:visited {
	color:#b8b0b0;
	text-decoration: none;
}

a:hover {
	color:#e8e0e0;
	text-decoration: none;
}

a:active {
	color:#e8e0e0;
	text-decoration: none;
}

#sivu {
	margin: 0px auto;
	width: 800px;
}

#teppo {
	margin: 50px 10px 50px 10px;
}

#logo {
	float: left;
	margin-top: -25px;
	width: 300px;
}

#stoori {
	color: #b8b0b0;
	float: left;
	margin: 5px 0 0 10px;
	width: 400px;
}

#shots {
	margin: 10px;
	text-align: center;
}

#header {
	clear: both;
}

#footer {
	color: #bab0b0;
	clear: both;
	padding-top: 25px;
	text-align: center;
}

img.def {
	border: 0;
	margin: 10px;
}

img.head {
	float: left;
}

img.badge {
	float: right;
}

