/*******************************************
/*
/* !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; }



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

#ident {
	position: absolute;
	z-index: 10;
	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: 10;
	top: 50%;
	left: 30px;
	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: 10;
	top: 50%;
	right: 30px;
	margin-top: -15px;
	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%;
}

#texture {
	position: absolute;
	z-index: 6;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/texture.png) center center repeat;
}

#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%; }

#content {
	position: absolute;
	z-index: 9;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.idea {
	position: absolute;
	display: none;
	z-index: 9;
	left: 50%; top: 50%;
	width: 600px; height: 630px;
	margin-left: -300px; margin-top: -315px;
}
.idea.title {			background: url(../images/title.png) center center no-repeat; }
.idea.whole-sum {		background: url(../images/whole-sum.png) center center no-repeat; }
.idea.better-age {		background: url(../images/better-age.png) center center no-repeat; }
.idea.virtues {			background: url(../images/virtues.png) center center no-repeat; }
.idea.work-play {		background: url(../images/work-play.png) center center no-repeat; }
.idea.whatyoueat {		background: url(../images/whatyoueat.png) center center no-repeat; }
.idea.love-war {		background: url(../images/love-war.png) center center no-repeat; }
.idea.actions-words {	background: url(../images/actions-words.png) center center no-repeat; }
.idea.foolery-shame {	background: url(../images/foolery-shame.png) center center no-repeat; }