html { 
  background:  url(marx-gif.gif) no-repeat center center fixed; 
  background-size: cover;
}

body {
    /*height: 100%;*/
    color: black;
	background-color: transparent;
	/*background-color: rgba(35,35,35,.24);*/
	margin: 0px
}

#header {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FF0000;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 2%;
	padding-left: 40px;
}

h3 {
	color: red;
	text-shadow: 0 0 5px white;
	}

#title {
	color: red;
	font-size: 50px;
	font-style: italic;
	}

#page {
	width: 45%;
	margin-top: 125px;
	margin-bottom: auto;
	margin-left: 1.5em;
	padding: 40px;
	color: red;
	text-shadow: 0 0 5px white;
	/*2px 2px 5px gray;*/
	text-align: left;
	line-height: 1.25em;
	font-size: 40px;

}
	
#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-top: 20px;
	margin-left: 1.5em;
	width: 50%;
	}


.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:red;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #f8f8ff;
	margin-right:20px;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom: 10px;
	
}.button:hover {
	background-color:#dcdcdc;
}.button:active {
	position:relative;
	top:1px;
}

#btn    
	{
	/*padding-left: 10%;
	border-left: 1px dashed #66c;*/
	position: fixed;
	text-align: right;
	top: 0;
	left: 50%;
	width:30%;
	margin-top: 150px;
	padding-left: 10%;
	
	/*background-color:#9C3;*/
	text-align:left;
	}

#footer a {
	text-decoration:none;
	color:red;
}

#footer a:hover {
	background:silver;
}
