body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e1f63+0,e51565+100 */
	background: #9e1f63; /* Old browsers */
	background: -moz-linear-gradient(left,  #9e1f63 0%, #e51565 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #9e1f63 0%,#e51565 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #9e1f63 0%,#e51565 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e1f63', endColorstr='#e51565',GradientType=1 ); /* IE6-9 */
}

.logo {
	display:block;
	width:100%;
	height:100%;
	background-image:url('../images/logo_white.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:15%;
}
