@charset "UTF-8";
/* CSS Document */

body{
	background:#000;
}


#container{
	margin:auto;
	padding-top:100px;
	width:800px;
	text-align:center;
}

#content{
	font-family:Helvetica;
	letter-spacing:-1px;
	color:#FFF;
}

#content a{
	color:#2399EC;
	text-decoration:none;

}

#content a:hover{
	color:#FFF;
}

h1{
	font-size:36px;
}
	
h2{
	font-size:24px;
			padding-bottom:50px;

}
	
#header{
	margin:auto;
}

#social_buttons{
	padding-top:200px;
	margin:auto;
	display:inline;
}

#video{
	padding-bottom:40px;
}

#button{
	padding-top:50px;
}

a.button, input.button {
    width: auto;
    min-width: 200px;
	min-height:50px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius:25px;
    height: 30px;
	border:none;
    margin: 0;
	padding-left:20px;
	padding-right:25px;
    overflow: hidden;
	font-family:Helvetica;
	letter-spacing:-1px;
    line-height: 30px;
    font-size: 35px;
    font-weight: bold;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #fff;
	cursor:pointer;
    background: none;
    background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop(0, #2399EC),
        color-stop(0.5, #2399EC),
        color-stop(0.5, #2399EC),
        color-stop(1, #2399EC));
    -webkit-border-radius: 24px;
}

@-moz-document url-prefix() {
a.button, input.button {
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
color: white;
padding: 0 20px;
margin: 0;
background: #2399EC none;
font-weight: bold;
border: none;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
