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

#shadow{
	width:100%;
	background-color: rgba(255, 255, 255, .4);
}

#slider{
	background-image:url(../img/slide_background.png);
	background-repeat:no-repeat;
	
}
#text-gradient{
	background-color: rgba(255, 255, 255, .8);
	padding:20px;
	margin-bottom:15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.footer{
	background-color:#FFF;
}
