.Stil1 {font-size: 20px; color:black;}
.Stil2 {font-size: 20px; color:grey;}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	cursor:pointer;
}


html {
	height: 100%;
}

body {
	height: 100%;
	background-color: black;
	color: white;
	text-align: center;
	overflow-y: hidden;
/*
	background:url(null) fixed;
*/
}

html > body {overflow-y: auto}

div#main1 {
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: url(bg_blue.jpg) repeat-x top left;
}

div#main2 {
	height: 100%;
	min-height: 100%;
	background: url(bg_smoke.png) no-repeat top left;
}

div#main3 {
	height: 100%;
	min-height: 100%;
	background :url(bg_botton.png) repeat-x bottom center;
}



div#global1 {
	position: absolute;
	left:0;
	top:0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	min-height: 100%;
	overflow: auto;
}

div#global2 {
	min-height: 100%;
	height: auto;
	border-left: 15px solid black;	
	border-right: 15px solid black;	
	text-align: left;
}



#name { 
	position:absolute;
	bottom:20px;
	right:20px;

}


#blog { 
	position:absolute;
	bottom:20px;
	left:20px;
	border-bottom-style:solid;
	border-bottom-width:1px;

}

