@charset "UTF-8";
* {
	margin:0;
	padding:0;
	outline:none;
}

@font-face {
   font-family: beltway;
   src: url('font/beltway.ttf');
}

h1 {
	font-family:beltway, "arial narrow", arial;
	color:white;
	text-transform:uppercase;
	font-size:18px;
	padding:0 12px;
}

body {
	background:black;
}

#container {
	width:780px;
	background: url(images/main-image.jpg) no-repeat top left;
	height:700px;
	margin:0 auto;
	position: relative;
}

#content {
	margin-top:30px;
	float:right;
	width:400px;
	height:652px;
	background: url(images/text.jpg) no-repeat 0 220px;
}

/*Form
------------------------------*/
#form {
	float:left;
	margin-top:450px;
	margin-left:100px;
	width:250px;
	height:250px;
}

#subscribeForm input{
   	font-family: beltway, "courier new", arial;
   	font-size:20px; 
	border:none;
	padding:3px;
	margin:5px 10px 0 10px;
}

.email input {
	background:white;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
   	opacity:0.6;
}
.buttons input {
	background:red;
	color:white;
}

fieldset {
	 border:none;
}

