﻿body {
	background: url('/HIGDB/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: rgb(102,0,51);
	padding: 10px;
	font: 35px Comic Sans MS;
	text-align: center;
}

hr {
	height: 3px;
	color: white;
}

div.content {
	padding: 20px;
	margin-top: 10px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

p.content {
	color: rgb(102,0,51);
	font: 16px verdana;
	text-align: center;
	margin-top: 10px;
}

p.address {
	color: rgb(102,0,51);
	font: 16px verdana;
	margin-top: 10px;
	line-height: 24px;
}

a {
	text-decoration: none;
}

input {
	height: 30px;
	width: 60px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 10px red;
	margin-right: auto;
	margin-left: auto;
	font: 16px verdana;
	color: rgb(102,0,51); 
	padding: 5px;
}

input:hover {
	height: 30px;
	width: 60px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 10px red;
	margin-right: auto;
	margin-left: auto;
	font: 16px verdana;
	color: rgb(102,0,51); 
	padding: 5px;
	background-color: rgb(204,204,0);
}

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

div.ent {
	height: 50px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
