body {
	background-color: rgb(177, 177, 177);
	background-image: url(../images/oliver-background.png);
	background-repeat: no-repeat;
	background-size: 150%;
	
}
header {
	background-color: transparent;
}


section {
	background-color: transparent;
	width: 100%;
	/*
	background: url(../images/vey-body-back.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	*/
	


}

article {
	background-color: transparent;
}

footer {
	background-color: transparent;
}

#container {
	width: 1024px;
	margin: 0px auto;
	background-color: transparent;
}


div#oliver_banner {
	width: 100%;
	float: left;
	border-radius: 5px;
	background-color: #2AA3FF; 
	margin: 0 0 0 0;
	
}

#oliver_banner img {
	display: inline-block;
	float:left;
	width: 5%;
	
	
}

#oliver_banner a.homebut, #navbar a.homebut:link, #navbar a.homebut:active, #navbar a.homebut:visited {
	display: inline-block;
	width: 162px;
	height:34px;
	margin: 5px 5px 0 0;
	background-image: url(../images/navbut1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	float: right;
}


#oliver_banner a.homebut:hover {
	display: inline-block;
	width: 162px;
	height: 34px;
	margin: 5px 5px 0 0;
	background-image: url(../images/navbut1h.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	float: right;
}

#spec-page a.enlargebut, #spec-page a.enlargebut:link, #spec-page a.enlargebut:active, #spec-page a.enlargebut:visited {
	display: block;
	width: 162px;
	height:34px;
	margin: 5px 5px 0 0;
	background-image: url(../images/navbut1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
}


#spec-page a.enlargebut:hover {
	display: inline-block;
	width: 162px;
	height: 34px;
	margin: 5px 5px 0 0;
	background-image: url(../images/navbut1h.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	
}



#large-picture a.backbut, #large-picture a.backbut:link, #large-picture a.backbut:active, #large-picture a.backbut:visited {
	display: block;
	float: right;
	width: 162px;
	height:34px;
	margin: 0 0 5px 0;
	background-image: url(../images/navbut1.png);
	background-repeat: no-repeat;
	background-position: center;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
}


#large-picture a.backbut:hover {
	display: block;
	float: right;
	width: 162px;
	height: 34px;
	margin: 0 0 5px 0;
	background-image: url(../images/navbut1h.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	
}
#index-table{
	clear: both;
	width: 100%;
	
	
}

#index-table td	{
	clear: both;
	width: 50%;
	height: 290px;
}
#index-table img {
	clear: both;
	display: block;
	vertical-align: top;
	height: 290px;
	margin-left: auto;
	margin-right: auto;
}


h1.oliver_title {
	display: inline-block;
	float: left;
	margin-bottom: 0.2%;
	margin-top: 1.25%;
	margin-right: -7%;
	margin-left: 0%;
	font-family:  Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 150%;
	
	
	
}

h2.picture_title {
	text-align: center;
	font-family:  Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 150%;
	font-style: italic;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 0.75%;
	margin-bottom: 0%;
}

.car-spec {
	text-align: left;
	font-family:  Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	padding-top: 5%;
	padding-bottom: 0%;
	margin-left: 2%;
	margin-top: 0%;
	margin-bottom: 0%;
}

.big-img img{
	width: 100%;
}

.content-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 1% 0;
    position: relative;
}

#unityPlayer{
    width: 100%;
    height: 75%;
}


.clearall, .clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	margin: 0;
}

/*Folowing code to resize pages to fit smaller resolition devises */

@media only screen and (max-device-width: 1024px) {

body {
	margin: 2.25%;
}

#container {
	width: 100%;
}


h1.oliver_title {
	display: inline-block;
	float: left;
	margin-bottom: 0.2%;
	margin-top: 1.25%;
	margin-right: -16%;
	margin-left: 0%;
	font-family:  Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 150%;
	

}

}

@media only screen and (max-device-width: 480px) {
#container {
	width: 100%;
}

h1.oliver_title {
	display: inline-block;
	float: left;
	margin-bottom: 0.5%;
	margin-top: 1.25%;
	margin-right: -16%;
	margin-left: 0%;
	font-family:  Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 150%;
	
	
	
}


}
