#header {
width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(i/logo.gif);
	height: 90px;
	background-repeat: no-repeat;
	margin-top: 20px;
	text-align: right;
}
#main {
	background-image: url(/i/bg.jpg);
	height: 400px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	background-position: center;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial Rounded, Helvetica, sans-serif;
	background-color: #000000;
}
#about {
width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#join {
 -moz-box-shadow: 10px 10px 5px #000000;
 -webkit-box-shadow: 10px 10px 5px #000000;
	box-shadow: 10px 10px 5px #000000;
	background-color: #000000;
	padding: 10px 30px;
	height: 300px;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
			-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #ffffff;
	color: ffffff;
	font-size: 16px;
background: rgba(37, 37, 37, 0.75);
 } input {
	margin-top: 2px;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 180px;
-webkit-appearance: none;
background-color: #23BF23;
-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 16px;
	border: 1px solid #ECD9C6;
color: #ffffff;
}
select {
	margin-left:5px;
	width: 180px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
}h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ff0000;
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer {
width: 100%;
	max-width: 1000px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-size: 12px;
}
a {
	color: #ff0000;
}
#social {
width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#social img {
	margin-right: 15px;
	margin-left: 15px;
}
@media only screen and (max-width: 479px) {
#header {
background-size: 490px 100%;
background-position: 0px 10px;
	height: 90px;
}
#join{
width: 256px;
margin: auto;
font-size: 12px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer a {
	color: #FFFFFF;
padding: 10px;
	display: block;
background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #240000;
	border-right-color: #240000;
	border-bottom-color: #240000;
	border-left-color: #240000;
}
}