/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// GENERAL ///////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


html, body { 			/* -- HIDE SCROLLBAR ON IE -- */
	height:100%; 
	width:100%; 
	overflow:auto; 
} 

body {
	margin: 0px;
	background: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}



/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL LAYOUT ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


#navigation {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 0px;
	width: 40%;
	height: 100%; 
	background: url("/gifs/background_navigation.jpg") top right no-repeat #FFF;
	background-attachment: scroll;
	overflow: auto;
}

#container {
	position: fixed;
	top: 0px;
	bottom: 30px;
	left: 40%;
	width: 60%;
	overflow: auto;
	overflow-x: hidden;
}

#content {
	width: 500px;	/*420px; */
	padding: 35px;
}

#contentHome {
	width: 500px;	/*420px; */
	padding: 35px;
	background: url("gifs/frog.jpg") no-repeat;
	background-position: left 415px;
}

#footer {
	position: fixed; 
	bottom: 0px; 
	left: 40%; 
	width: 60%; 
	height: 23px; 
	background: #9F9997; 
	padding-left: 35px;
	padding-top: 7px;
	color: #FFF;
}

#copyright {
	position: fixed;
	width: 40%;
	bottom: 0px;	
}

#copyright-content {
	width: 50%;
	height: 20px;
	padding-top: 10px;
	margin-top: 65px;
	background: #9F9997; 
	float: left;
}

#copyright-content p {
	padding-left: 30px;
	font-size: 9px;
	color: #CAC7C6;
}

#copyright-brocom {
	width: 50%;
	height: 95px;
	text-align: right;
	background: url("/gifs/bottom_brocom_background.gif"); 
	float: right;
}

#copyright-brocom a {
	padding-right: 30px;
}

hr {
	display: none;
}









