* {margin:0; padding:0}

body {
	background-color: #333;
	margin-top: 30px;
	text-align:center; /*ie*/
}


#body {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1em;
	width:100%;
	text-align:center;
}

#frontpagebox {
	position:absolute;
	left:50%;
	bottom:20%;
	width:30px;
	height:30px;
	margin-left:-15px;
	border:5px solid #c2c2c2;
	overflow:hidden;
	background-color:#333;

	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1em;
	text-align:center;
}

#frontpagebox:hover {
	position:absolute;
	left:50%;
	bottom:10%;
	width:90%;
	height:70%;
	margin:0 0 0 -45%;
	border:5px solid #c2c2c2;
}

h1 {
	font-weight:bold;
	font-size: 1em;
	color: #c2c2c2;
	margin:0;
	padding:0 20% 30px 20%;
}
h2, p {
	color: #d5d5d5;
	font-size: 0.7em;
	margin:5px, 0;
	padding:0;
	font-weight:300;
}

p {
	text-align:justify;
	padding:0 30% 30px 30%;
}

h1 a, h1 a:hover, h1 a:visited h1 a:active, h2 a, h2 a:hover, h2 a:visited h2 a:active, p a, p a:hover, p a:visited p a:active {
	color:#fc0;
	text-decoration:none;
}

#frontpage {margin-top:40px}

#frontpagebox a:hover, #frontpage a:hover {background-color:#fc0; color:#333}

#businesscard {
	width:400px; 
	text-align:left; 
	border:1px solid #c2c2c2;
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-200px;
	padding:20px;
	height:160px;
	background-color:#333;
}

#businessshadow {
	width:400px; 
	position:absolute;
	top:10.8%;
	left:51%;
	margin-left:-200px;
	padding:20px;
	height:160px;
	background-color:#222;
}

#businesscard #name {
	font-weight:bold;
	font-size: 1em;
	color: #c2c2c2;
	margin:0;
	padding:0;
	margin-bottom:30px;
}

#businesscard #address {
	color: #d5d5d5;
	font-size: 0.7em;
	margin:5px, 0;
	padding:0;
	font-weight:300;
	text-align:right;
}

