@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	width: 1000px;
	}

img {
	margin: 0;
	border: 0;
	}

div#container {
	width: 1000px;
	height: 200px;
	border: 0;
	margin: -250px 0 0 -500px;
	top: 50%;
	left: 50%;
	padding: 0;
	display: block;
	position: absolute;
	}

div {
	width: 180px;
	height: 180px;
	border: 0;
	margin: 0 0 0 56px;
	display: block;
	position: relative;
	float: left;
	}

div#backgroundimage {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	height: 200px;
	width: 205px;
	background-image: url(bodybackground.gif);
	}


div#companybox {
	display: none;
	width: 100%;
	height: 180px;
	position: fixed;
	top: 45%;
	left: 0px;
	margin: 0;
	background-image: url(companybox.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}

div#company:hover div#companybox {
	display: block;
	}
	
div#portfoliobox {
	display: none;
	width: 100%;
	height: 180px;
	position: fixed;
	top: 45%;
	left: 0;
	margin: 0;
	background-image: url(portfoliobackground.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}

div#portfolio:hover div#portfoliobox {
	display: block;
	}

div#thumbcontainer {
	margin: 0 0 0 -350px;
	width: 700px;
	height: 180px;
	display: block;
	left: 50%;
	position: absolute;
	}

img#portimg1 {
	margin: 0 30px 0 35px;
	position: relative;
	top: 50px;
	}
	
img#portimg2 {
	margin: 0 30px;
	position: relative;
	top: 50px;
	}

img#portimg3 {
	margin: 0 30px;
	position: relative;
	top: 50px;
	}

div#thoughtsbox {
	display: none;
	width: 100%;
	height: 180px;
	position: fixed;
	top: 45%;
	left: 0px;
	margin: 0;
	background-image: url(thoughtsbackground.gif);
	background-repeat: no-repeat;
	background-position: top center;

	}

div#thoughts:hover div#thoughtsbox {
	display: block;
	}

div#currentbox {
	display: none;
	width: 100%;
	height: 180px;
	position: fixed;
	top: 45%;
	left: 0;
	margin: 0;
	background-image: url(projectsbackground.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}

div#current:hover div#currentbox {
	display: block;
	}
	
ul {
	display: block;
	margin: 0;
	padding: 0;
	}

li {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 25px;
	margin: 80px 0 0 0;
	}