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

body
{
	background: url("images/bg.jpg") repeat-y center #344650;
    margin: 0;
}

#main {
	position: absolute;
	width: 1024px; 
	height: 700px;
	left: 50%;
	margin-top: 91px;
	margin-left: -512px;
	text-align: center;
}

.bglogo {
	width: auto;
	background: url(images/bg-logo.png) no-repeat center;
	height: 700px;
	position: relative;
	margin-top: 0;
}

.portfolio-links {
	font:26px Verdana, sans-serif ;
	color: white;
}

.contact {
	font:20px Verdana, sans-serif ;
	color: white;
}

.portfolio-links a {
	font:26px Verdana, sans-serif ;
	color: white;
	text-decoration:none;
}

.portfolio-links a:hover {
	font:26px Verdana, sans-serif ;
	color: #fcffa2;
}

/*<.content 
{
	position: absolute;
	float: left;
	width: 862px;
	height: 697px;
	top: 139px;
	left: 220px;
	background: url("images/contentBG.jpg") no-repeat 0 0;
	z-index: 0;
}

.contentMain 
{
	position: absolute;
	float: left;
	width: 862px;
	height: 697px;
	top: 139px;
	left: 220px;
	background: url("images/contentBG_main.jpg") no-repeat 0 0;
	z-index: 0;
}*/