body {
	background-color:#FFFBE3;
	margin:0;
	padding:0;
}

img {
	border:0;
}


#wrapper {
	position:absolute;
	top:50%;
	height:284px;
	width:100%;	
}

#content {
	position:relative;
	top:-50%;
	width:100%;
	height:284px;
	background-color:#030116;
}

#portfolio_content {
	position:relative;
	top:-50%;
	width:100%;
	height:284px;
}

#portfolioContainer {
	position:absolute;
	right:150px;
	bottom:0;
}

.portfolio_content_large {
	position:absolute;
	bottom:0;
	right:0;
}

#index_logo {
	position:absolute;
	left:0;
}

#imageContainer {
	position:absolute;
	right:50px;
	width:350px;
	height:284px;
}

.image_home {
	position:absolute;
	top:0;
	left:0;
}

#links, #portfolio_links {
	position:absolute;
	top:152px;
}

#links {
	left:0;
	width:320px;
	height:88px;
}

#portfolio_links {
	right:180px;
	width:522px;
	height:120px;
}

#aboutus_photo, #contactus_photo {
	position:absolute;
	right:50px;
	top:30px;
}

#contactus_text {
	position:absolute;
	right:368px;
	top:61px;
}

#aboutus_text {
	position:absolute;
	right:368px;
	top:31px;
}

#portfolio_right {
	width:100px;
	height:1200px;
	position:absolute;
	right:50px;
	background-color:#000;
}

.thumblink {
	cursor:pointer;
}