html {
    height: 100%;
}
body {
	text-align:center;
        height: 100%;
}

#top {
	text-align : right;
	margin-bottom : 5px;
}
	#top a {
		color:#53595c;
		text-transform: uppercase;
		font-size: 0.9em;
		letter-spacing: 0.001em;
		font-weight: bold;
	}

#page {
	width: 965px;
	margin:0 auto;
	text-align:left;
	padding-top:5px;
}
#altContent {

	margin:0 auto;
	text-align:left;

        height: 490px !important;
        width: 100%;
}
		#header {
			height: 80px;
			margin-bottom:20px;
		}
				#logo {
					float:left;
					width:80px;
					height:80px;
				}
				#banner {
					float:right;
					height:80px;
					width:865px;
					background: transparent url(../imgs/bg-header.png) no-repeat left top;
				}
						#banner h1 {
							float:left;
							padding:27px 0 0 16px;
							width:400px;
						}
						#car {
							float:right;
							width:220px;
							text-align:center;
							padding:1px 40px 1px 0;
							height:78px;
						}
								#car span {
									height:78px;
									display:inline-block;
									vertical-align:middle;
								}
								#car img {
									vertical-align:middle;
									line-height:1em;
									display:inline;
								}
		#content {
			background: transparent url(../imgs/bg-body.jpg) no-repeat left top;
			width:965px;
			height:297px;
			margin-bottom:20px;
			padding-top:145px;
			text-align:center;
		}
				.title-select {
					margin:0 auto 25px;
					display:block;
					
				}
				.country-list {
					margin:0 auto;
					width:188px;
				}
						.country-list li {
							text-align:left;
							margin-left:67px;
						}
								.country-list a {
									background: transparent url(../imgs/chevron.png) no-repeat left 4px;
									padding-left:10px;
									color:#000;
									font-weight:bold;
								}
										.country-list2{
					margin:0 auto;
					width:188px;
				}
						.country-list2 li {
							text-align:left;
							margin-left:67px;
						}
								.country-list2 a {
									background: transparent url(../imgs/chevron.png) no-repeat left 4px;
									padding-left:10px;
									color:#000;
									font-weight:bold;
									font-size:15px;
								}	
		#footer {
			width:965px;
			margin-bottom:20px;
			color:#a2a5a4;
			border-top:1px solid #000;
			padding-top:10px;
		}


