@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);

body {
	font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;

}
#video_background {
	position: fixed;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
}
#wrapper {
	position: absolute;
	max-width: 800px;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}

#band {
	width: 100%;
}
#back {
	position: relative;
	max-width: 800px;
	width: auto;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
    background: rgb(255, 255, 255); /* Fall-back for browsers that don't                                    support rgba */
    background: rgba(255, 255, 255, .5);

}
#menu {
	position: static;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:150%;
	text-align: center;
	z-index: 5;
}
#logo {
	padding: 20;
	text-align: center;
}

#logo img {
		width: 100%;
}
#content {
	position: relative;
	max-width: 800px;
	width: 100%;
}
#some {
	position: fixed;
	top: 10;
	left: 50%;
	margin-left: 410px;
	z-index: 3;
}
a.menu {
	color: #ffffff;
	text-decoration: none;
	letter-spacing:4px;
}
#left {
float: left;
width: 500px;
}
#right {
	position: relative;
 float: right;
}
.pagecontent {
	max-width: 770px;
	width: 100%;
	padding: 15px;
	overflow:auto;
}

a {
	color: #474747;
	text-decoration: none;
}


hr {
border-color: #000000;
}
#video {
	 	visibility:hidden;
	 	}

.message {
	font-family: 'New Rocker', cursive;
	font-size: 35px;
	}
.email {
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	border:2px solid #000000;
	border-radius:5px;
	height: 22px;
	width: 230px;
	}
.button {

	background-color:#555555;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	width:103px;
	text-decoration:none;
	text-align:center;
	cursor: hand;
}
.button:hover {
	background-color:#333333;
}
.button:active {
	position:relative;
	top:1px;
}
#stickyalias {
                  display: none;
                  height: 10px;
                }
