@charset "UTF-8";
/* CSS Document */

#container{
	width:960px;
}

#info{
	width: 800px;
	font-size: 16px;
	padding-left: 60px;
	padding-right: 60px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
	
}

p
{
	color:#000; 
	padding-top:10px; 
	padding-bottom:10px; 
	line-height:1.5em;
}

#bgImg{
	background: url("../images/background/background_repeat.png") repeat-y;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-100;
}
