@charset "utf-8";
/* CSS Document */

body{
		background: url(bg.jpg) left top no-repeat #CCC fixed;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		margin:0px;
		padding:0px;
	
}
h1{
		text-align:center;
		color:#FFF;
		font-size:40px;
			text-shadow: 3px -2px 2px #000;
	
}
.kuvert{
	width:230px;
	display:block;
	background-color:#FFF;
	height:310px;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	border-right: solid 5px #000; 
	border-bottom: solid 5px #000;
	margin-right: 15px;
	float:left;
	padding:10px;
	margin-bottom:5px;
	
	
}
.kuvert a{
	color:#FFF;
}
.kuvert h2{
	margin-bottom:0px;
	font-size:16px;
	margin-top:3px;
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
.kuvert img{
	margin:10px;
	border: solid 1px #CCC;
	margin-top:5px;
}
#footer {
    width: 100%;
    background: #000;
    bottom: 0;
    float: left;
    height: 45px;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
	margin-left:0px;
}