﻿body {
	background: url('/MDB/images/background_image.jpg') repeat;
	background-size:100%;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
    position: obsolute;
}

img.logo {
	width: 100px;
	height: 80px;
}

img.logo_vit {
	width: 80px;
	height: 80px;
}

div.head {
	color: blue;
	padding: 10px;
	font: 35px Comic Sans MS;
	text-align: center;
}

hr {
	height: 2px;
	color: #58ACFA;
}

div.content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

p.content {
	color: blue;
	font: 16px verdana;
	text-align: center;
	margin-top: 10px;
}

p.address {
	color: blue;
	font: 16px verdana;
	margin-top: 10px;
	line-height: 24px;
}

a {
	text-decoration: none;
}

img.ent {
	height: 50px;
	width: 175px;
}

div.ent {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
