body {
	font-family:Arial;
	/*background:url(/media/img/background.jpg) top center no-repeat #000 ;*/
	background: #000 ;
	color:#777 !important;
	font-weight:100;
	font-size:75%;
}
a {
	outline:0;
}
a img {
	border:0;
}
img {
	color:#777 !important;
}
#main {
	font-size:1em;
	width: 1000px;
	height: 540px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -270px;
}
#chocolate, #touchis {
	width:500px;
	text-align:center;
}
#chocolate {
	float:left;
	display:inline;
}
#touchis {
	float:right;
	display:inline;
}
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}

.center {
	
}
.fRight {
	display:inline;
	float:right;
}
.fLeft {
	display:inline;
	float:left;
}