body, html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}






body {
	background: #eee;
	color: #666;
	font:normal 11px verdana, arial, tahoma, helvetica, sans-serif;
}
#site_wrapper {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	height: 400px;
	margin-top: -180px;
	text-align: center;
}
#wermes {
	position: relative;
	height: 60px;
	width: auto;
	max-width:700px;
	margin: auto;
	text-align: left;	
	position: relative;
	font-family:"Times New Roman", Times, serif;
	font-size: 800%;
	top:auto;
	bottom:5px;
	letter-spacing: 4px;
	color:#ccc;
}
#content_wrapper {
	background: #fff;
	border-bottom: 3px double #bbb;
	border-top:3px double #bbb;
	padding: 20px 0px;
	position: relative;
	overflow: hidden;
}
#content {
	position: relative;
	margin: auto;
	width: auto;
	max-width:600px;
}
.item {
	text-align:center;
	clear:left;
}
.item .block{
	margin:auto;
	width:auto;
	text-align:left;
	margin:20px 0;
}
.item .info{
	padding-top:auto;
	width:70%;
}
.item .img{
	width:25%;
	float:left;
	margin:0 2%;
}
.item .img img{
	width:90%;
	height:auto;
	max-height:107px;
	max-width:108px;
	border:1px solid #c0c0c0;
}
#footer {
	padding: 5px 0px;
	line-height: 16px;
}
h1 {
	font:normal 17px arial, tahoma, verdana, helvetica, sans-serif;
    color: #2A496A;
    margin:0 0 4px 0;
	line-height:18px;
}
h1.ivd a{
	display:block;
	height:28px;
	padding:5px 35px 5px 0;
	background:url(img_start/ivd_logo2.jpg) 95% top no-repeat;
}
h1 a{
	display:block;
	height:28px;
	padding:5px 0 5px 0;
}
p {
	font:normal 11px verdana, arial, tahoma, helvetica, sans-serif;
	color: #666;
    margin:0px;
}
a,a:visited {
         text-decoration:none;
         color:#2A496A;
}
.inlineblock{
	display:inline-block;
	*display:inline;
	zoom:1;
}
.clearb{
	clear:both;
}
@media screen and (max-width: 480px){
	#site_wrapper{
		top:auto;margin-top:10px;
	}
}