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

body{
	margin: 0;
	padding: 0;
	color:#fff;
	
	
	background: rgb(3,4,15); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(3,4,15,1) 9%, rgba(41,137,216,1) 100%, rgba(41,137,216,1) 100%, rgba(32,124,202,1) 100%, rgba(32,124,202,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(3,4,15,1)), color-stop(100%,rgba(41,137,216,1)), color-stop(100%,rgba(41,137,216,1)), color-stop(100%,rgba(32,124,202,1)), color-stop(100%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(3,4,15,1) 9%,rgba(41,137,216,1) 100%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 100%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(3,4,15,1) 9%,rgba(41,137,216,1) 100%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 100%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(3,4,15,1) 9%,rgba(41,137,216,1) 100%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 100%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(3,4,15,1) 9%,rgba(41,137,216,1) 100%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 100%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03040f', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


	
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size:cover;

}
