html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: url('img/1.jpg') no-repeat;
	background-size: 100%;
}

h1, h2, li, p, a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 80pt;
	letter-spacing: -5px;
	color: #003300;
}

h2 {
	font-size: 20pt;
	letter-spacing: -1px;
	color: #CCCC00;
}

a {
	text-decoration: none;
	color: #fff;
	outline: none;
}

h1, h2 {
	padding: 0;
	margin-top: -90px;
	margin-right: 15px;
}

#wrapper {
	height: 100%;
	min-height: 100%;
}

#title {
	margin-top: 70px;
	text-align: right;
}

#links {
	margin: 0;
	padding: 0;
	width: 240px;
	/*height:560px;*/
	float: left;
	display: inline-block;
}

#links ul {
	padding: 0;
	margin: 0;
}

#links li {
	height: 50px;
	width: 200px;
	list-style-type: none;
	background-color: #003300;
	font-size: 20px;
	color: #CCCC00;
	padding: 1.5em 1em 0em 1em;
	margin: 0;
	cursor: pointer;
}

#links li a {
	margin: 0px;
	display: block;
	width: 200px;
	height: 100%;
}

#links li:hover, #links li a:hover {
	background-color: #CCCC00;
	color: #003300;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

#link1 img {
	position: absolute;
	right: 0px;
	bottom: 120px;
	padding: 5px;
	width: 150px;
	height: 77px;
}

#link2 img {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	width: 150px;
	height: 120px;
}

#body {
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
	background: rgba(0, 0, 0, .5);
	color: #fff;
	width: 60%;
	height: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}
