html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-image: url(../data/interface/bg.jpg);*/
	/*background-repeat: repeat-y;*/
	/*background-position: center;*/
	background-color: #d4dcb4;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../data/interface/bg_submenu2.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
div#cart
{
	position: absolute;
	width:164px;
	height:69px;
	left: 796px;
	top: 210px;
}
span#checkout {
	position: absolute;
	left: 95px;
	top: 42px;	
}
span#currency {
	position: absolute;
	left: 0px;
	top: 25px;	
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
}
span#usd {
	position: absolute;
	left: 1px;
	top: 42px;	
}
span#cad {
	position: absolute;
	left: 25px;
	top: 42px;	
}
span#sepa {
	position: absolute;
	left: 50px;
	top: 33px;	
}
span#carticon {
	position: absolute;
	left: 61px;
	top: 24px;	
}
span#item {
	position: absolute;
	left: 95px;
	top: 25px;	
}

div#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 960px;
	height: 209px;
}
div#navigation
{
	float: left;
	width: 122px;
	padding: 8px;
	/*background-image: url(../data/interface/bg_submenu.jpg);*/
	background-repeat: repeat-x;
}
div#content {
	float:left;
	width: 608px;
	padding: 25px;
}
div#extra
{
	float:left;
	width:162px;
	margin-top: 50px;
}
div#clear {
	clear:both;
	height: 79px;
}
div#footer {
	position: absolute;
	width: 960px;
	height: 79px;
	bottom: 0px;
	background-image: url(../data/interface/bg_foot.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #bfcb90;
}
span#foot_credit {
	position: absolute;
	left: 6px;
	top: 8px;	
}
span#foot_number {
	position: absolute;
	left: 375px;
	top: 7px;	
}
span#foot_trustwave {
	position: absolute;
	left: 844px;
	top: 16px;	
}
span#foot_menu {
	position: absolute;
	left: 210px;
	top: 45px;	
}

