body
	{
		margin: 0px;
		padding: 0px;
		
		background-color: #B5977F;
	}
	
a:link, a:visited
	{
		color: 3300FF;
		text-decoration: underline;
	}
	
a:hover
	{
		color: 3300FF;
		text-decoration: none;
	}
h3
	{
		margin: 5px;
		padding: 0px;
	}

#maindiv
	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: top;
		height: 100%;
		width: 751px;
	}
#content
	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 598px;
		width: 600px;
		
		border-style: solid;
		border-width: 1px;
		border-right-width: 0px;
		border-color: #201815;
		float: left;
	}
#sidebar
	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		vertical-align: bottom;
		height: 600px;
		width: 150px;
		float: right;
		background-image: url("banaaniv_kuvat/sidebar.jpg");
		background-repeat: repeat-y;
		
	}

