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

body{ 
background:#000;
text-align:center;
}

img{
	border:0px;
}

#container{
	width:570px;
	height:504px;
	margin:10% auto;
	background:url(../img/containerLogo.png);
}

#header{
	width:570px;
	height:90px;
	position:absolute;
	margin-top:112px;
	background:url(../img/headerLogo.png) no-repeat;
	z-index:2;
}

#network{
	width:215px;
	height:35px;
	position:absolute;
	right:0px;
	text-align:left;
	float:right;

}

#network img{
	display:inline;
	padding:0px;
	margin:0px;
	margin: 7px 0 0 0;
	
}

#menu{
	width:215px;
	height:25px;
	position:absolute;
	right:0px;
	text-align:left;
	margin:35px 0 0 0;
	float:right;
	background:transparent;
}
	
#menu img{
	display:inline;
	padding:0px;
	margin:0px;
}

#port{
	position:relative;
	opacity:0;
	top:50px;
	width:700px;
	margin-left:-100px;
	z-index:1;
}

#contact{
	position:absolute;
	opacity:0;
	top:125px;
	width:570px;
	height:500px;
	background:url(../img/containerContact.png);
	width:570px;
	height:500px;
}



#about{
	position:absolute;
	opacity:0;
	top:125px;
	background:url(../img/containerAbout.png);
	width:570px;
	height:500px;
}
	
.ph{
	margin:5px;
	
}

.headerTxt{
	text-align:left;
	font-face:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2em;
	color:#FFF;
	left:10px;
}

.txt{
	text-align:left;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;
	color:#CCC;
}