/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

{
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	background: none center center no-repeat;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 11px;
	line-height: 1.8em;
	color: #AAA;
}

a:focus {
	 -moz-outline:none;
	 outline: none;
}
:focus { -moz-outline-style: none; }



#buy_banner {
	position: fixed;
	z-index: 11;
	left: 0; top: 0;
	width: 115px; height: 115px;
	background: url(/images/buybanner.png) left top no-repeat;
}
#buy_banner a { display: block; width: 100%; height: 100%; }

#container {
	position: relative;
	width: 100%;
	height: 100%;
}

#ident {
	position: absolute;
	z-index: 6;
	bottom: 20px;
	left: 20px;
	width: 63px;
	height: 11px;
	background: url(../images/ident.png) no-repeat;
}

#ident a {
	display: block;
	width: 100%;
	height: 100%;
}

#left {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	right: 55%;
	margin-top: -15px;
	width: 29px;
	height: 29px;
	background: url(../images/left.png) left top no-repeat;
}
#left:hover { background: url(../images/left.png) right top no-repeat; }

#right {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 55%;
	width: 29px;
	height: 29px;
	background: url(../images/right.png) left top no-repeat;
}
#right:hover { background: url(../images/right.png) right top no-repeat; }

#left a,
#right a {
	display: block;
	width: 100%;
	height: 100%;
}



#content {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 694px;
	margin-top: -350px;
	margin-left: -347px;
/* 	background: #fff; */
}