body {
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial;
	font-size: 12px;
}


#container {
	width: 820px;
	margin: auto;
	padding-top: 377px;
	*padding-top: 370px;
	}
	
.content {
	padding-top: 30px;
	}	
	
.galeria {
	width: 300px;
	background-color: #999999;
	float: left;
	padding: 10px;
	}	
		
	
H1 {
	color: #ea2d2a;
	font-size: 24px;
	}
	
H2 {
	color: #ea2d2a;
	font-size: 15px;
	}	
	
P {
	color: #adafb6;
	text-align: justify;
	}
	
#menu {
	width: 760px;
	margin: auto;
	color: #ea2d2a;
	}
	
#menu a {
	text-decoration: none;
	color: #dedfe3;
	float: left;
	margin-right: 20px;
	}
	
#menu a:hover {
	text-decoration: none;
	color: #ea2d2a;
	}
	
HR {
	border-bottom: 1px solid #39373a;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
	
	
#facebook {
	left: -265px;
	top: 70px;
	width: 295px;
	height: 599px;
	z-index:1000;
	position: fixed;
	background-image: url(facebook_bg.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	background-position: right top;
}

#facebook .white {
	background-color: #FFFFFF;
	width: 250px;
	height: 587px;
	}
	
a.facebook_ico {
	width: 25px;
	height: 27px;
	display: block;
	float: right;
	background-image: url(facebook_ico.gif);
	background-repeat: no-repeat;
	position: relative;
	top: -100px;
	}	
