@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}

body {
	margin:0;
	background:url(../images/background_line.png) repeat-x #FFF;
}

#background {
	width:100%;
	height:100%;
	background:url(../images/background.png) top center no-repeat;
}

#site {
	position:absolute;
	margin-left:50%;
	left:-500px;
	top:0px;
	z-index:2;
	width:1000px;
}


/* FOOTER */

#logo {
	float:right;
	text-align:right;
	font:9px Arial;
	color:#999;
	margin-right:20px;
}

#footer{
	float:left;
	font:9px Arial;
	color:#996699;
	float: left;
	margin-left: 90px;
}


#copyright{
	padding:0 0 20px 25px;
	font:9px Arial;
	color:#999;
	float: left;
}

#copyright a {
	color:#999;
	text-decoration:none;
}

#copyright a:hover {
	color:#999;
	text-decoration:underline;
}

#asscherry{
	display: block;
}
.newstyleass {
	display:block;
	width:56px;
	height:13px;
	text-indent:-9000px;
	overflow:hidden;
	float:left;

	background:url(../images/kassinaturacherry.png) no-repeat top left;
}

.newstyleass:hover {
	background:url(../images/kassinaturacherry.png) no-repeat left -14px;
}

.cherryass {
	display:block;
	width:71px;
	height:13px;
	text-indent:-9000px;
	overflow:hidden;

	background:url(../images/kassinaturacherry.png) no-repeat top right;
}

.cherryass:hover {
	background:url(../images/kassinaturacherry.png) no-repeat right -14px;
}