html, body { 
	/*height: 100%; 
	width: 100%;*/
	margin: 0;
	background-color: Black;
}

body{
	overflow:auto
}

#container{
	height: 768px;
	width: 1024px;
	margin: 40px auto;
	position: relative;
	/*margin-top: 40px;*/
}

#background img{
	height: 100%; 
	width: 100%; 
}

#background {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
	overflow: hidden;
}

.stretch_width{
    width:100%;
}

.stretch_height{
    height:100%;
}

#banner{
	position: absolute;
	height: 90px;
	background:#e41b13;
	z-index: 1;
}

#banner img, #countries{
	left: 59px;
}

#banner img{
	position: absolute;
	top: 35px;
	/*width: 249px;*/
}

#countries{
	color: White;
	position: absolute;
	top: 322px;
	width: 485px;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	font-size: 9pt;
}

.shoppingcart{
	margin-left: -20px;
	background-image:url('../img/cart.png');
	background-repeat:no-repeat;
	padding-left: 20px;
}

#countries a{
	color: White;
	text-decoration: none;
}

#countries ul{	
    float: left;
	margin-top: 5px;
	margin-bottom: 0px;
}

#countries li{
	list-style-type: none;
	margin-bottom: 8px;
}

#footer{
	position: absolute;
	left: 27px;
	top: 738px;
	color: White;
	font-family: Arial;
	font-size: 10pt;
}
