* {
margin:0;
padding:0;
}

#head{
z-index:1;
position:fixed; 
width:100%; 
min-height:100%; 

text-shadow: 3px 5px 5px rgba(0,0,0,0.8);

background: url("../images/background.jpg");
background-size: cover;
background-position: 50%;
}

.background{
position:absolute;
top:5%;
height:90%;
width:100%;
background-color:rgba(0,0,0,0.5);
}

#head table{
position:relative;
top:5%;
width:100%;
height:90%;
table-layout:fixed;
}

#head table tr{
height:30%;
}

#head table tr td{
text-align:center;
vertical-align:middle;
width:100%;
}

#content{
z-index:2;
position:relative;  
width:100%; 
min-height:100%; 
top:100%; 

background: url("../images/background2.jpg");
background-size: cover;
background-position: 50%;
}

#content table{
position:relative;
width:100%;
height:100%;
table-layout:fixed;
}

#content table tr td{
vertical-align:middle;
padding:2%;
}

.scrollToTop{
	z-index:10;
	
	width:5%; 
	height:5%;
	padding:1%; 

	text-decoration: none;
	position:fixed;
	top:5%;
	left:4%;
	display:none;
	cursor:pointer;
	background: url('../images/arrow_up.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position:50%;
}

.scrollToBottom{
	z-index:10;
	
	width:12%; 
	height:15%;
	padding:1%; 

	text-decoration: none;
	position:fixed;
	top:10%;
	right:4%;
	display:block;
	cursor:pointer;
	background: url('../images/arrow_down.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position:50%;
}

.scrollToTop:hover{
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
}

.scrollToTop:active{
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

text_header_big{
display:block;
font-family:amcap;
font-size: 90px;
text-transform:uppercase;
color:white;
}

text_big{
display:block;

font-size: 36px;
color:white;
}

text_mid{
display:block;

font-size: 24px;
color:white;
}

text_small{
display:block;

font-size: 14px;
color:white;
}