body {
	margin: 0;
	font-family: verdana, arial;
	color: #ffffff;
	font-size: 12px;
	width: 100%;
	height:100%
}
a:link, a:visited {
	text-decoration: none;
	color: #afd1cb;	
}
a:hover {
	text-decoration: underline;
	color: #afd1cb;	
}
li {
	margin-bottom: 5px;
}
ul { list-style-image: url("../img/li_arrow.gif") }
div#map {
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;	
}
div#mapCover1 {
	width:100%;
	height:100%;
	opacity:0.7;
	filter:alpha(opacity=70);
	background-color:#ffffff;
	z-index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#buttons {
	width:600px;
	height:400px;
	position:absolute;
	z-index:3;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top:-200px;
	background: url('../img/buttonbg.png');	
	opacity:0.9;
	filter:alpha(opacity=90);
}
#buttonsInner {
	width:275px;
	height:400px;
	z-index:3;
	padding:20px 5px 20px 20px;
	float:left;
	text-align: center;
}
#tweet {
	width:270px;
	height:360px;
	overflow: hidden;
	z-index:3;
	padding:20px 10px 10px 0px;
	float:left;
}
img {
	cursor: pointer;	
}
#portfoliobg {
	width:900px;
	height:100%;
	padding:0px 10px 0px 10px;
	position:absolute;
	z-index:3;
	left: 50%;
	margin-left: -450px;
	top: 0px;
	background-color:#333333;
	opacity:0.9;
	filter:alpha(opacity=90);	
	overflow-y: auto;
	overflow-x: hidden;
}
.portfolio {
	width:880px;
	margin:3px;
	height: 250px;
	background: url('../img/portfoliobg.png');	
}
.portfolioInner {
	width:840px;
	padding:30px;
	height: 210px;	
}
span.title {
	font-size:14px;
	font-weight: bold;
}