/* Browser CSS reset */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* TAG Einstellungen */
html {
	height: 100%;
	font-size: 62.5%;
}

body {
	background-image: url(../images/site/bg_ToS.jpg);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

div#gitarre
{
	background-image:url(../images/site/guitar_start.png);
	height:354px;
	width:269px;
	float:left;
}

div#tos {
	height:100px;
	position:relative;
	text-align:center;
}

div#rockt {
}
div#toser  {
	height:176px;
	margin-top:-88px;
	top:50%;
	text-align:right;
	right:150px;
	position:absolute;
}	
div#footer
{
	background-image:url(../images/site/bg_ToS_footer.png);
	height:292px;
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
}

div#button {
	position:absolute;
	right:50px;
	bottom:50px;
}

div#counter {
	position:absolute;
	right:300px;
	bottom:10px;
}




