@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #1f1f1f;
	background-image:url(../images/bg.gif);
	width: 100%;
	text-align: right;
	height: 100%;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

div#c {
	position: absolute;
	top: 20;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	display: block;
}

div#container {
	width: 400px;
/*	margin: 0 auto;*/
/*	margin-left: auto;
	margin-right: 123px;
	margin-top: 0px;*/
	height: 700px;
	position:relative;
	text-align: left;
	position:absolute;
	top: 50%;
	right: 123px;
	margin-top: -350px;
/*	background:url(../images/line.gif) repeat-y;	
	background-position: 908px 0;*/
}

img#s74thplanet {
	position: absolute;
	right: 244px;
	top: 40px;
}

ul#projects {
	position: absolute;
	right: 69px;
	top: 130px;
	width: 240px;	
}

ul#projects li {
	float: left;
	width: 240px;
	padding-bottom: 13px;
	height: 23px;	
}

ul#projects li img {
	position: absolute;
}

ul#contact {
	position: absolute;
	right: 57px;
	top: 620px;
	width: 240px;	
}

ul#contact li {
	float: left;
	width: 240px;
	padding-bottom: 6px;
	height: 14px;	
}

ul#contact li img {
	position: absolute;
}

img#contactme {
	position: absolute;
	right: 255px;
	top: 590px;
}