* {
	margin: 0;
	padding: 0;
}

body {
	color: #e8e8e8;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #111111;
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

h1, h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #6aa1bb;
}

h1 {
	font-size: 45px;
	margin-bottom: 40px;
}

h2 {
	font-size: 25px;
	margin-bottom: 40px
}

p {
	margin-bottom: 15px;
}

a {
	color: #c67001;
}

img {
	border: none;
	text-decoration: none;
}

#center {
	margin-top: 65px;
	margin-left: 150px;
	width: 900px;
}

#logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

ul#portfolio {
	list-style-type: none;	
}

ul#portfolio li {
	float: left;
	border: 1px solid #57849a;
	padding: 4px 4px 2px 4px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.light {
	color: white;
}

.orange {
	color: #de7d00;
}

.left {
	float: left;
}

.right {
	float: right;
}

.macbook {
	width: 469px;
}

.column {
	width: 375px;
	margin-bottom: 40px;
}

.absolute {
	position: absolute;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}