* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
    color:#4D4D4D;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	height: 100%;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	padding: 0;
	text-shadow:0 1px 0 #FFFFFF;
}
p, a {
	font-size: 20px !important;
    text-decoration: underline;
    margin:auto;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	vertical-align:middle;
}
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 100px;
}
.look {
    position: absolute;
	bottom: 0px;
	right: 0px;
}
.fastvps {
    position: absolute;
	bottom: 0px;
	left: 0px;
}
.cent {
    position: absolute;
	top:20%;
	bottom: -20%;
	left: 0px;
	width: 100%;
	max-height: 50%;
	text-align: center;
	vertical-align: middle;
	height:100%;
}
.partners {
    position: absolute;
	bottom: 5%;
	left: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 10px;
}
h1,h2,h3 {
	font-size:50px;
	margin: 0;
}
h2 {
    font-size: 40px !important;
	margin-bottom: 20px !important;
}
h3 {
    font-size: 20px !important;
	margin-bottom: 20px !important;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px auto 0;
	min-width: 1000px;
	height: 100px;
}