/*+init {*/ * { margin:0; padding:0; font-size:1em; }

@font-face { font-family:museo; src:url('Museo300-Regular-webfont.eot'); src:url('Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Museo300-Regular-webfont.woff') format('woff'), url('Museo300-Regular-webfont.ttf') format('truetype'), url('Museo300-Regular-webfont.svg#Museo500') format('svg'); font-weight:lighter; font-style:normal; }
@font-face { font-family:museo; src:url('Museo500-Regular-webfont.eot'); src:url('Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Museo500-Regular-webfont.woff') format('woff'), url('Museo500-Regular-webfont.ttf') format('truetype'), url('Museo500-Regular-webfont.svg#Museo500') format('svg'); font-weight:normal; font-style:normal; }
@font-face { font-family:museo; src:url('Museo700-Regular-webfont.eot'); src:url('Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Museo700-Regular-webfont.woff') format('woff'), url('Museo700-Regular-webfont.ttf') format('truetype'), url('Museo700-Regular-webfont.svg#Museo500') format('svg'); font-weight:bold; font-style:normal; }


body
{
	font-family:museo,Verdana; 
}
#bg {
	position:fixed;
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;

	background: url('/photos/winter_1024.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	padding-left: 10px;
}

h1
{
	font-size: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a
{
	color: orange;
}

.social_media
{
	height: 128px;
	width: 740px;
	
	position: absolute; 
	left: 50%; 
	bottom: 200px;
	
	margin-left: -360px;
}

.social_media ul
{
	list-style: none; 
}

.social_media ul li
{
	float: left; 
	padding-left: 20px
}
.social_media ul li a img
{
	border: none;
}
.social_media ul li:first-child
{
	padding-left: 0px;
}