body {
	background: #3e3e3e url('bg.jpg') repeat-y;
	color: #e7d6e1;
	font-family: Tahoma;
	font-size: 12px;
	}
	
.main {
	position: absolute;
	top: 411px;
	left: 58px;
	width: 364px;
	text-align: right;
	padding-bottom: 100px;
	}
	
.ad {
	position: absolute;
	top: 88px;
	left: 529px;
	}
	
a {
	color: #cf6bb2;
	text-decoration: none;
	}
	
a:hover {
	color: #ab3e8b;
	}
	
b {
	font-size: 11px;
	color: #b57ea0;
	}
	
.otsikko {
	background: url('otsikko.png') no-repeat;
	color: #fff;
	font-family: Georgia;
	font-size: 22px;
	letter-spacing: 1px;
	width: 364px;
	height: 34px;
	line-height: 34px;
	}
	
.menu {
	position: absolute;
	top: 420px;
	left: 431px;
	}
	
a .link {
	font-size: 11px;
	color: #c9c9c9;
	border-left: 9px solid #212121;
	padding: 5px;
	}
	
a:hover .link {
	border-left: 9px solid #b21f86;
	text-transform: uppercase;
	color: #fff;
	}
	
.kerto {
	background: #222222;
	color: #dfb6d1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	}
