body {
	background: url(../img/carbon.jpg) no-repeat fixed center center;
}
#main {
	background:url(../img/main.png) no-repeat; 
	width:800px; 
	height:600px; 
	position:absolute; 
	top: 50%; 
	left: 50%; 
	margin-top: -300px; 
	margin-left: -400px;
}




/* menuWrapper */
#menuWrapper
{
	position:		absolute;
	top:			0;
	left:			0px;
	width:			70px;
	height:			208px;
	
}

#menuWrapper > a#iconhome
{
	background:		url(../img/home.png) right;
	display:		block;
	height:			120px;
	margin-left:	12px;
	margin-top:		25px;	
	width:			40px;
}

#menuWrapper > a#iconhome:hover
{
	background:		url(../img/home_hover.png);
}



/* socialMediaWrapper */


#socialMediaWrapper
{
	position:		absolute;
	top:			0;
	right:			-70px;
	width:			70px;
	height:			208px;
	
}

#socialMediaWrapper > a#iconFacebook
{
	background:		url(../img/social-media/cutout/64/facebook.png)center;
	display:		block;
	height:			64px;
	margin-left:	25px;
	margin-top:		25px;	
	width:			64px;
	opacity: 0.5;
}
#socialMediaWrapper > a#iconFacebook:hover
{
	background:		url(../img/social-media/cutout/64/facebook.png);
	opacity: 1.0;
}

#socialMediaWrapper > a#iconTwitter
{
	background:		url(../img/social-media/cutout/64/twitter.png);
	display:		block;
	height:			64px;
	margin-left:	25px;	
	width:			64px;
	opacity: 0.5;
}
#socialMediaWrapper > a#iconTwitter:hover
{
	background:		url(../img/social-media/cutout/64/twitter.png);
	opacity: 1.0;
}

#socialMediaWrapper > a#icongoogleplus
{
	background:		url(../img/social-media/cutout/64/googleplus.png);
	display:		block;
	height:			64px;
	margin-left:	25px;	
	width:			64px;
	opacity: 0.5;
}
#socialMediaWrapper > a#icongoogleplus:hover
{
	background:		url(../img/social-media/cutout/64/googleplus.png);
	opacity: 1.0;
}

#socialMediaWrapper > a#iconemail
{
	background:		url(../img/social-media/cutout/64/email.png);
	display:		block;
	height:			64px;
	margin-left:	25px;	
	width:			64px;
	opacity: 0.5;
}
#socialMediaWrapper > a#iconemail:hover
{
	background:		url(../img/social-media/cutout/64/email.png);
	opacity: 1.0;
}
/* footerWrapper */
#footerWrapper
{
	position:		absolute;
	bottom:			11px;;
	left:			0px;
	width:			800px;
	height:			20px;
	
	color: #CCC;
	font-size:14px;
	
}

#footerWrapper > #copy {
	position:absolute;
	left:20px;
}

#footerWrapper > #text {
	margin-left:300px;
}

#footerWrapper > #text > a {
	color:#CCC;
	text-decoration:none;
}