* {
	margin: 0;
    padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%; 
	background: #F2F2F2 url(../images/bg.jpg) repeat-x;
	
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;	
}

div {
	position: relative;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #7BC7EC;
}

#bckg {
	min-width: 950px;
	width: auto !important;
	width: 100%;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#left {
	width: 45%;
	height: 770px;
	float: left;
	text-align: right;
	background: url(../images/bg_left.jpg) repeat-x;
}

#left_header {
	position: absolute;
	top: 0;
	right: 0;	
	height: 313px;
	width: 357px;
	background: url(../images/bg_contact.jpg) no-repeat;
	font-size: 16px;
}

#left_header img {
	position: absolute;
	top: 10px;
	right: 265px;
}

#left_header p {
	padding-top: 32px;
}

#contact {
	color: #ffffff;
	width: 150px;
	text-align: left;
	float: right;
	margin-top: 65px;
	margin-right: 110px;
}

#right {
	float: left;
	width: 54.9%;
	color: #F2F2F2;
}

#header_right {
	height: 131px;
}

#right .content {
	width: 520px;
	min-height: 337px;
	height: auto !important;
	height: 337px;
	padding: 15px 25px 15px 25px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
}

#container {
	height: 100%;
	background: url(../images/bg_white_bar_round.jpg) no-repeat right top;
}

#container .renault {
	margin-top: 309px;
	margin-right: 14px;
}

.clear {
   clear: both;
   height: 0;
   width: 0;
   padding: 0;
   margin: 0;
   font-size: 0;
   line-height: 0;
   border: 0;
}
