.body {
	background-color: black;
	background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    padding: 170px 0 0 0;
	font-size: 120%;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 80%;
	min-width: 735px;
}
@media screen and (orientation: landscape) {
    /* Styles for Portrait screen */
	.body {
	}
}

@media screen and (orientation: portrait) {
    /* Styles for Portrait screen */
	.body {
	/*background-image: url(images/lbackground.png);*/
	}
}

@media only screen and (max-width: 600px){
	.body {
	
	}
}
/*	.not-detected{
	display:none;
	}
}
*/

a:visited {color: #5a585c}
a:link {color: #cb2e2d}

/*
.body {
	background-color: black;
	background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    padding: 170px 0 0 0;
	font-size: 100%;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 80%;
	min-width: 735px;
	white-space: nowrap;
}
*/
 #header-cont {
	height:160px;
    width:100%;
	position:fixed;
    top:0;
	left:0;
	padding: 0 0;
	background:#000000;
	background-image: url(downloads-background.jpg);
	background-size: auto 140px;
    background-repeat: no-repeat;
    background-position: 10 10;
    background-attachment: fixed;
	/*border:1px solid #666;*/
 }
h1 {
	color: #ffffff;
	font-size: 170%;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 30%;
	padding: 0 0 0 0;
}
h2 {
	color: #cb2e2d;
	font-size: 90%;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 30%;
}
h3 {
	color: #ffffff;
	font-size: 90%;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 0%;
}
