* {
margin: 0;
padding: 0;
}

body {
	background: #fff;
	cursor: default;
	font-family: Arial, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	color: #000;
	display: inline; 
	float:left; 
	text-align: center;
	width: 100%;

div#container {
	margin: 0 auto;
	width: 930px;
	text-align: left;
}

#header {
	width: 930px;
	padding: 30px 0 14px 0;
}

#info {
	float:left;
	width: 930px;
	height: 50px;
	margin: 0 0 16px 0;
	padding: 15px 0 15px 0;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}


ul.projects {
	float:left;
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 14px 0 0 0;
}

ul.last {
	float: left;
	position: absolute;
	margin: 0 0 28px 0;
	width: 290px;
}


}