body 
{

	background: url(../img/fade.png);
	background-repeat: repeat-y; 
	background-position: center;
	background-attachment: fixed;
	scrolling: no;	
	
}


.inner

{

	height: 600px;
	width: 720px;
	margin: 0px;
	scrolling: no;
	background-color: #52000C;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: text-top;

}

	A:link {text-decoration: none; color: #bb5500;}
	A:visited {text-decoration: none; color: #bb5500;}
	A:active {text-decoration: none; color: #bb5500;}
	A:hover {text-decoration: underline; color: #ffaa00;}

	p.normal {font-family: sans-serif; font-size: 15px; color: #b5a642;}
	p.pieni {font-family: sans-serif; font-size: 11px; color: #bb5500;} 
	p.iso {font-family: sans-serif; font-size: 20px}

.taulukkop
{
	color: #52000C;
	background-color: #52000C;
	border-color: #52000C;
	border-style: solid;
	border-width: 5px 5px 5px 5px
}

.kuva
{
	color: #52000C;
	border-style: solid;
	border-width: 5px 5px 5px 5px
	
}

.indexkuva
{
   text-align: center;
   border: 1px solid #52000C;
   background-color: #52000C;
   filter: Alpha(opacity=20);
   -moz-opacity: .2;
   opacity: .2;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #730000;
padding: 5px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color:#b5a642;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left: -250px; /*position where enlarged image should offset horizontally */

}

</style>