* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	overflow: hidden;
	background:#000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5000;
	min-width:800px;
}

#header{
	float:left;
	font-size:100px;
	color:#FFF;
	z-index:-100;
	width:725px;
	overflow:visible;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#header p{
	font-size:14px}

#social{
	float:right;
	margin: 10px;
	z-index:-200;
	
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}
#social img{
	margin:5px;
}

#vcard{

}

#footer_bg{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	background:#000;
	height:100px;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index:-500
	} 
#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	z-index:-400;
	height:100px;
	color:#fff;
	font-size:13px;}
#footer .block{
	margin:10px;
	float:left;
	max-width:400px;
}
#footer a{
	color:#fff;
}
#footer #paragraph{
	margin-left:auto;
	margin-right:auto;
	width:400px;
	margin-top:10px;
	height:100px;
}