/*isto é um comentário:
*/

html{
	overflow:hidden;
}

body{
	overflow:hidden;
	background-color:#FFF;
}

.clear{
	clear:both;
}

#container{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	height:98%;
	width:99%;
	overflow:hidden;
}

.menu{
	width:700px;
	height:100px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.menu a{
	background-repeat:no-repeat;
	float:left;
	height:100px;
}

.menu ul{
list-style-type:none;
margin:0;
padding:0;
}

.menu ul li{
	display:block;
	height:100px;
	float:left;
	margin-left:50px;
}