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


object { outline:none; } 

p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
	font-style:normal;
	font-size: 12px;
	color:#ccc;
	
	}
	
	h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
	font-size: 10px;
	color:#FFF;
	
	}
body {
background-color: #020306;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	width:100%;
	height:100%;
	overflow:hidden; 
	
	
}

#wrapContent {
	width:600px;
	height:400px;
	z-index:0;
	margin-left:35%;
	margin-top:100px;	
	
	
	
	}
	
	#textContentTittle {
		margin-top:20px;
		padding-left:10px;
		padding-right:10px;
		font-family:"Times New Roman", Times, serif;
		font-size:24px;
		color:#fff;
		}
		
		#textContentdescription {
			margin-top:10px;
		padding-left:10px;
		padding-right:10px;
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		color:#ccc;
			
			}

#container {
	
	min-height: 100%;



margin: 0 auto;
background-image:url(/images/menuBar.jpg);
background-repeat:repeat-y;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	right: 0px;
	bottom: 0px;
	overflow-y:hidden;
	overflow-x:hidden;
	
	
	
	
}

#menuBox {
	
	position:absolute;
	text-align:center;
	left:0px;
	top:0px;
	width:250px;
	height:100%;
	z-index:2;
	background-color: #141B2D;
	min-width: 250px;
}



#photoBox {
	text-align: center;
	position:absolute;
	left:250px;
	top:0px;
	width:87%;
	height:100%;
	z-index:1;
	/*  background-color: #020306;*/
	min-width: 250px;
	
		
	
}

#menuConta {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	height: 80px;
	background-color: #FFF;
	}
	
	#spaceInvaders{
	height: 2%;	
	}

#menu {
	margin-top: 22px;
	}

