body {
	background-color: #222;
	position: relative;
	min-height: 85%;
	height: 85%;
}

p {
	font-size: 12pt;
	padding-bottom: 5px;
	text-align: justify;
}

strong {
	font-size: 14pt;
	font-weight: 600;
}

.center {
	text-align: center;
}

.vin {
	height: 225px;
}

.vin img{
	float: left;
	height: 175px;
}

#translate {
	height: 50px;
	background-color: #222;
}

#google_translate_element {
	float: right;
	background-color: #222;
	padding: 5px;
}

#header {
	clear: both;
	width: 100%;
	background: url('../images/bg.png') repeat-x;
	position: relative;
	height: 124px;
	width: 100%;
}

#header img {
	position: absolute;
	height: 124px;
	width: 736px;
	left: 0px;
}

#header h2 {
	position: absolute;
	color: #0003a5;
	top: 92px;
	right: 25px;
	font-size: 22pt;
	font-style: italic;
}

#container {
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 960px;
	border: 1px solid #CCC;
	background-color: #fff;
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 15px;
        -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 15px; 
        box-shadow: rgba(0,0,0,.2) 0px 0px 15px;
}

#footer {
	clear: both;
	width: 100%;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 15px;
}
