﻿@charset "utf-8";
body {
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:bold;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFFFFF;
	height:100%;
	text-decoration:none;
	background-image:url(remake/bg_striped.png)
}
a:link {
	color:#FF7400;
	text-decoration:underline;
}
a:visited {
	color:#B6B6B6;
	text-decoration:underline;
}
h1 {
	font-size: 20px;
	line-height:2px;
	text-align:center;
}
h2 {
	font-size: 12px;
	line-height:18px;
	color:#FF9F40;
	display:inline;
}


.oneColLiqCtr #mainContent {
	text-align:left;
	left:50%;
	margin-left:-300px;
	height:100%;
	width:600px;
	position:absolute;
}
.oneColLiqCtr #logo {
	text-align:left;
	top:200px;
	left:305px;
	margin-top:-85px;
	margin-left:-115px;
	width:230px;
	height:170px;
	position:absolute;
}
.oneColLiqCtr #mainContent_inner {
	top:50%;
	margin-top:-200px;
	text-align:left;
	left:50%;
	margin-left:-300px;
	height:400px;
	width:600px;
	position:absolute;
}
.oneColLiqCtr #textbox {
        top:50%;
	margin-top:-200px;
	text-align:center;
	line-height:50px;
	left:50%;
	margin-left:-300px;
	height:400px;
	width:600px;
	position:absolute;
}

.oneColLiqCtr #portfolio_3d {
	left:70px;
	top:150px;
	margin-top:-50px;
	height:184px;
	width:100px;
	position:absolute;
}
.oneColLiqCtr #portfolio_2d {
	right:70px;
	top:150px;
	margin-top:-50px;
	height:184px;
	width:100px;
	position:absolute;
}
.oneColLiqCtr #about  {
	background:url(remake/about_btn.png) repeat 0px 0px;
	left:70px;
	top:310px;
	width: 190px;
	height: 52px;
	display: block;
	position:absolute;

}
.oneColLiqCtr #about:hover { 
        background: url(remake/about_btn.png) repeat 0px -52px;
		
}
.oneColLiqCtr #contact  {
	background:url(remake/contact_btn.png) repeat 0px 0px;
	right:70px;
	top:310px;
	width: 190px;
	height: 52px;
	display: block;
	position:absolute;

}
.oneColLiqCtr #contact:hover { 
        background: url(remake/contact_btn.png) repeat 0px -52px;
		
}


.oneColLiqCtr #pf  {
	background:url(remake/pf_btn.png) repeat 0px 0px;
	left:70px;
	top:310px;
	width: 190px;
	height: 52px;
	position:absolute;

}



.oneColLiqCtr #pf:hover { 
        background: url(remake/pf_btn.png) repeat 0px -52px;
		
}

.oneColLiqCtr #facepalm  {


	width: 130px;
	height: 178px;
	display: block;
	top:30px;
	margin-left:-130px;
	position:absolute;


	
}