body {
	margin:0;
	padding:0;
	background:#000 url(images/gfx.jpg) center top no-repeat;
}
.fadeMe {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}
#bg {
	
}
#preload {
	visibility:hidden;
}
#can {
	position:relative;
	margin:0 auto;
	width:900px;
}
#header {
	width:900px;
	height:190px;
	margin-top:50px;
	background: url(images/header.png) top left no-repeat;
}
.module {
	width:900px;
	margin-top:13px;
	clear:both;
}
.button {
	width:900px;
	height:30px;
	cursor: pointer;
}
.bsp1 {
	width:25px;
	height:30px;
	float:left;
	background:#fff;
}
.bsp2 {
	width:12px;
	height:30px;
	float:left;
	background:#fff;
}
.bsp3 {
	width:599px;
	height:30px;
	float:left;
	background:#fff;
}
.TwistImg {
	float:left;
	width:14px;
	height:30px;
	background: url(images/aright.png);
}
.TwistedImg {
	float:left;
	width:14px;
	height:30px;
	background: url(images/adown.png);
}
.blabel {
	float:left;
	width:250px;
	height:30px;
}
.content {
	background:#fff;
	padding:21px 51px 30px 51px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: lighter;	
}
.project {
	position:relative;
	width:898px;
	height:100px;
	clear:both;
}
.pImage {
	position:relative;
	float:left;
	width:358px;
	height:100px;
}
.pText {
	float:left;
	position:relative;
	padding-left:51px;
	width:388px;
	height:100px;
}
h1 {
	font-weight: lighter;
	margin: 0px;
}
a {
	color:#000;
	text-decoration:none;
	border-bottom: 1px dotted #000;
}
a:hover {
	border-bottom: 2px solid #000;
	
}
.byWho {
	color:#4D4D4D;
	width:900px;
	margin-top:0px;
	clear:both;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	font-weight: lighter;
}
.byWho a {
	color:#4D4D4D;
	text-decoration:none;
	border-bottom: 1px dotted #4D4D4D;
}
.byWho a:hover {
	border-bottom: 2px solid #4D4D4D;
}