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

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/BackgroundStar.jpg);
	background-repeat: no-repeat;

}

#logo {
	position: absolute;
	left: 127px;
	top: 197px;
	margin: 0px;
	padding: 0px;
}
#main {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: 333333;
	text-decoration: none;
	position: absolute;
	/* Original height
	height: 562px;
	*/
	height: 420px;
	width: 451px;
	left: 531px;
	top: 61px;
	border: 2px solid #999999;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #FFFFFF;
	/* Opacity setting for IE */
	filter:alpha(opacity=80);
	/* Opacity setting CSS3 */
	opacity:0.8;
	z-index: 0;
}
#content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	letter-spacing: -0.02em;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 1;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-transform: lowercase;
	color: #285097;
	text-decoration: none;
	letter-spacing: -0.08em;
	text-align: left;
	vertical-align: text-bottom;
}

#form {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: 333333;
	text-decoration: none;
	letter-spacing:-0.02em;
	text-transform: lowercase;
}
#name, #email {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #333333;
	width: 155px;
	background-color: #FFFFFF;
}
#contactform {
	margin-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 8px;
}
#labelname {
	vertical-align: middle;
	margin-right: 3px;
	font-weight: bold;
	margin-left: 2px;
}
#labelemail {
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 8px;
	font-weight: bold;
}
#submitbutton {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #285097;
	border: 1px solid #285097;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/SubmitButBackground.gif);
	background-repeat: repeat-x;
	letter-spacing: -0.05em;
	text-align: center;
	vertical-align: text-bottom;
	float: right;
	background-position: center center;
	margin-right: 15px;
	margin-bottom: 10px;
	height: 20px;
	width: 60px;
}

#contactform fieldset {
	background-color: #CCCCCC;
	/* Opacity setting for IE */
	filter:alpha(opacity=80);
	/* Opacity setting CSS3 */
	opacity:0.8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#twitterlink {
	position:absolute;
	left:635px;
	top:415px;
	width:423px;
	height:154px;
	float: right;
	z-index: 2;
}
