@charset "UTF-8";
/* CSS prev */

#wrapper{

width: 1000px;
height: 100%;

margin: auto;	

}

#content{
	margin-bottom: 50px;	
}

#bottom{
	position: fixed;
	bottom: 0px;
	height: 100px;
	width: 100%;
	margin-left: 0px;
background-image: -webkit-linear-gradient(white 0%, #e1a22e, 100%); 
background-image: -moz-linear-gradient(white 0%, #e1a22e 100%); 
background-image: -o-linear-gradient(white 0%, #e1a22e 100%); 
background-image: linear-gradient(white 0%, #e1a22e 100%);		
}

#content #text{
	float: left;
	padding-top: 100px;

}

#content #logo{
	background-image:url(img/logo.png);	
	background-size:contain;
	background-repeat:no-repeat;
	margin-top: 50px;
	width: 300px;
	height: 300px;
	float: left;
	
}


