@import url(reset.css);

body {
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-align: center;
	font-size: 11px;
}
#wrapper{
	background-position: center 40px;
	background-image: url(images/cold-weather.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: auto;
	width:860px;
	position: relative;
}

h1{
	display: none;
}
.vid-btn {
	margin:120px 0px 0px 274px;
	border:none;
}
#video{
	width:640px;
	height: 360px;
	padding: 160px 0px 0px 0px;
	margin: auto;
}
.mail{
	text-align: center;
	color: #3b3c40;
	margin: 50px 0px 10px 0px;
	padding: 0px;
	}
.mail a{
	text-decoration: none;
	color: #47484d;
	background: #0d0d0d;
	border: 1px solid #0f0f0f;
	padding: 2px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0px 1px 0px #000;
	font-size: 11px;
	margin-right: 10px;
	
}
.mail a:hover{
	background: #121212;
	border: 1px solid #141414;
	text-shadow: 0px -1px 0px #000;	
}
