html,
body {
   margin:0;
   padding:0;
   height:100%;
   overflow:hidden;
}
#container {
   min-height:100%;
   position:relative;
}
 


#header {
   background:#FFF;
   padding-top:20%;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}


#nome{
display:none;
	width:550px;
	margin:auto;
	position:relative;
}

#footer {
	display:none;
   position:absolute;
   bottom:0;
   width:100%;
   height:30px;   /* Height of the footer */
   background:#000;
}




#left{
float:left;
   padding:10px 0 0 10px;

}	

#right{
float:right;
   padding:10px 10px 0 0;

}	

	
	
#slide{
	left:auto;
	width:60px;
	height:120px;
	margin-left:50%;
	position:relative;

	}
#slide img {
		display:none;
	}


#nome a {
font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:1.5em;
	text-transform:uppercase;
	letter-spacing:5px;
	white-space:nowrap;
}

h2{
	color:#9FE3FC;
	font-size:18px;
	font-weight:normal;
	padding:25px 0;
}

/* Only Needed For The Demo Page */

p.createdBy{
	font-size:15px;
	font-weight:normal;
	margin:50px;
	text-align:center;
	text-shadow:none;
}

a, a:visited {
	color: #CCCCCC; font: 0.75em Arial; text-decoration: none; line-height: 12px;
}

a:hover{
	color: #FFFFFF;
}
