@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#474747;
	
}

a {
	text-decoration:none;
	color:#474747;	
}

a:hover {color:#9DC5CC;}

img {
	border:none;
}

#MainFrame {

	width:960px;
	padding-left:20px;

	
}

.MainFrameTop {
	position:relative;
	margin:auto;	
	margin-top:20px;
}

.MainFrameCenter {
	position:absolute;
	top:50%;
	margin-top:-285px;
	left:50%;
	margin-left:-480px;	
}

#Logo {
	position:absolute;
	top:0px;
	left:170px;
}

#Content {
	position:absolute;
	top:57px;
	left:170px;
	width:670px;
	height:450px;
	border: solid 1px #AAAAAA;	
	overflow:hidden;
}

#ContentHome {
	position:absolute;
	top:57px;
	left:170px;
	width:680px;
	height:460px;
	overflow:hidden;
}

#ContentPortfolio {
	position:absolute;
	top:57px;
	left:170px;
	width:670px;
	height:446px;
	overflow:hidden;
	background-image: url(../images/imageLoader.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 1px #EEEEEE;
}



#RoundCorner {
	position:absolute;
	top:459px;
	left:170px;
	width:50px;
	height:50px;
	background-image: url('../images/round-corner.gif');
	background-repeat: no-repeat;	

}

#RoundCornerHome {
	position:absolute;
	top:459px;
	left:170px;
	width:50px;
	height:50px;
	background-image: url('../images/round-corner-home.gif');
	background-repeat: no-repeat;	

}


