html {
	margin: 0;
	padding: 0;
	height:100%;
	font-family: "Ostrich", Georgia, Times New Roman, serif;
	background: url("images/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

body {margin: 0; padding: 0; height: 100%;}

@font-face{
    font-family: Ostrich;
    src: url('fonts/ostrich-regular-webfont.eot'); /* For IE */
    src: local('ostrich-regular-webfont'), url('fonts/ostrich-regular-webfont.ttf') format('truetype'); /* For non-IE */
	}	
	
@font-face{
    font-family: OstrichBold;
    src: url('fonts/ostrich-black-webfont.eot'); /* For IE */
    src: local('ostrich-black-webfont'), url('fonts/ostrich-black-webfont.ttf') format('truetype'); /* For non-IE */
	}	

.positioning_wrapper{min-height:100%; height:auto !important; height: 100%; margin: 0 auto -4em;}
.push{height: 4em;}
.positioning_footer{height: 4em;clear:both;}
	
#container1_index {
	margin: 0 auto;
	width: 960px;
	position:relative;
	top:96px;
	}
	
#header_index {
	border-bottom: 6px double #b29c84;
	margin-bottom:30px;
	padding-bottom:30px;
	text-align:center;
	display:block;
	}
	
#navigation_index {
	display:block;
	text-align:center;
	}

#navigation_index li{
	display:inline;
	padding-left:25px;
	padding-right:25px;
	border-left: 1px solid #b29c84;
	font-size:29px;
	}

#navigation_index .first {
	border:none;
	}
	
#socialmedia_index ul {
	list-style-type: none;
	margin: 0 auto;
	width: 275px;
	position:relative;
	left:-34px;
	}
	
#socialmedia_index ul li{
	display:inline;
	padding-left:20px;
	}
	
#transparent_background {
	background-color: #000000;
	height: 250px;
	margin: 0 auto;
	opacity: 0.75;
	position: relative;
	top: -140px;
	width: 960px;
	z-index: -1;
	}	

/*GENERAL LINKS*/
	a:link {
		text-decoration:none;
		color: #306e72;
		border-style:none;
		}
	a:visited {
		text-decoration:none;
		color: #306e72;
		border-style:none;
		}
	a:hover {
		text-decoration:none;
		color: #b29c84;
		border-style:none;
		}
	a:active {
		text-decoration:none;
		color: #ff5334;
		border-style:none;
		}
/*GENERAL LINKS END*/

a img {border-style: none;}