@CHARSET "UTF-8";

body{
	padding: 0px;
	margin: 0px;
	background: url(img/background.jpg) top repeat-x;
	
	/*font-family: Palatino, serif;*/
	/*font-family:  Georgia, 'Times New Roman', Times, serif;*/
	font-family:  'Times New Roman', Times, serif;
	/*font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;*/
 
	color: #440F02;
}

div{
	border: 0px solid red;
	overflow: auto;
}

.viewport{
	width:1000px;
	height: 100%;
	display: block;
	align:center;
}

.div_layout{
	float: left;
	
}

.menu_voice{
	display: block; 
	float: left; 
	color: #FA7C01;
	text-decoration: none; 
	border: 0px solid #440F02; 
	border-left-width: 2px;
	text-align: center;
}

.menu_voice:hover{
	color: #440F02;
	cursor:pointer;
}


