* {margin: 0; padding: 0;}

html,body {
	height: 90%;
	background-image:url("../img/background.jpg");
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
	background-size: 100%;
	background-color: #001f3f;
	color: #BB133E;
	}

.main {
	min-height: 100%;
	margin-top: 50px;
	font-size: 18px;
	}
	
* html .main {
	height: 100%;
	}

.text {
	line-height: 25px;
	}