html {
	height: 100%;
	}

body {
	background: #151109;
	color: #f7f6f5;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100%;
	}
	
a {
	color: #f7f6f5;
	}
	
a:hover {
	color: #80003c;
	}
	
#main {
	width: 1000px;
	min-height: 100%;
	background-color: #151109;
	background-image: url('/2011/shop.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-family: Garamond,Georgia;
	font-size: 11pt;
	line-height: 12pt;
	text-align: justify;
	}
	
* html #main {
height: 100%;
}
	
#lang {
	width: 273px;
	padding-left: 25px;
	padding-top: 270px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
	
#content {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
	
#product {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}
	
#product_img {
	float: left;
	width: 250px;
	top: 0;
	left: 0;
	}
	
#product_info {
	float: left;
	width: 350px;
	top: 0;
	right: 0;
	text-align: left;
	}