html {
	background: url('layout.jpg') no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;	}
	
	
		.title 
		{margin-top:-70px;
			font-family:'Oswald';
			text-transform:uppercase;
			letter-spacing:10px;
			font-size:12pt;}
	
			.navigation 
			{	font-family:'Oswald';
				text-transform:uppercase;
				letter-spacing:10px;
				font-size:10pt;}
	
				
				.navigation a:link, a:active, a:visited {
					padding:10px;
					font-family:'Oswald';
					font-size:8pt;
					text-transform:uppercase;
					text-shadow:1px 1px 1px #000;
					letter-spacing:2px;
				}
					
				.navigation a:hover {
					letter-spacing:5px;
					border:none;
				}
					
					
					
  	.content {
  		background-color:#000;
  				width:50%;
					margin-top:300px;
					margin-left:40px;
  				text-align:justify;
  				font-family:'Maven Pro';
  				font-size:8pt;
  				color:#fff;
  				letter-spacing:2px;
  				line-height:15px;
  				padding:50px;	

  		   	 -khtml-opacity:.80; 
  		   	 -moz-opacity:.80; 
  		   	 -ms-filter:”alpha(opacity=80)”;
  		   	  filter:alpha(opacity=80);
  		   	  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
  		   	  opacity:.80; 
  			}


	
	b, i, u {
	color:#c69a7d;
		}

		
		
a	{
	color:#8a5a5a;
	text-transform:none;
	text-decoration: none;	
    -webkit-transition: all 0.7s ease-in-out 0.3s;
    -moz-transition: all 0.7s ease-in-out 0.3s;
    -o-transition: all 0.7s ease-in-out 0.3s;
    -ms-transition: all 0.7s ease-in-out 0.3s;
    transition: all 0.7s ease-in-out 0.3s;


		}

		a:hover	{
			color:#555555;
			cursor:ne-resize;
		    -webkit-transition: all 0.7s ease-in-out 0.3s;
		    -moz-transition: all 0.7s ease-in-out 0.3s;
		    -o-transition: all 0.7s ease-in-out 0.3s;
		    -ms-transition: all 0.7s ease-in-out 0.3s;
		    transition: all 0.7s ease-in-out 0.3s;
			border-bottom:2px solid #555555;
			
				}
				
				
	
				.headline {font-family:'Oswald';
			text-transform:uppercase;
			letter-spacing:10px;
			}
			
	
.center {
		margin:auto;
		text-align:center;
		width:80%;
		letter-spacing:10px;
		line-height:30px;
	}
	
	.center img {padding:10px;
		background-color:#313131;
}

.list {line-height:25px;}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0));
}

textarea {
	height:100px !important;
	width:200px !important;
	}

	input[type=radio] {width:20px !important; height:15px;}
	input[type=checkbox] {width:20px !important; height:15px;}
	
	input, select, textarea, option {
	padding:10px;
	background-color:#313131;
	color: #fff;
	font-family:'Oswald';
	width:300px;
	text-transform:none;
	letter-spacing:1px;
	border:none;
	}