/* CSS Document */

<style type="text/css">
<!--
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}

body {
    height:100%; 
	margin:0; 
	padding:0;
	font-size:12px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color:#FFFFFF;
	background-color:#000000;
}

div#note {
	margin-left: 80px;
	marigin-right: 90px;
}

a:link { 
	color: #FFFFFF;
	}
	
a:visited { 
	color: #FFFFFF;
	}

a:hover { 
	color: #fdb94d;
	}
a:active { 
	color: #FFFFFF;
	}

/* prepares the background image to full capacity of the viewing area */
/*div#bg {
	position:fixed;
	position:absolute;
	top:0; left:0; 
	width:100%; 
	height:100%;
	}
	*/
	
/* places the content on top of the background image */
div#content {
	position:relative; 
	/*z-index:1; */
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	}


div#header {
	border-width: 5px;	
}

div#left_content {
	float:left;
	width:48%;
}

div#intro {
	margin-left:17%;
	margin-top: 8px;
	padding-bottom: 10px;
	width: 275px;
	border-width: 5px;
}

div#twitter {
	margin-left:17%;
	margin-top: 8px;
	padding-bottom: 10px;
	width: 275px;
	border-width: 5px;
}

div#right_content {
	float:right;
	width:52%;
}

div#download {
	margin-top: 1px;
	border-width: 5px;
	width: 288px;
	font-size:0.8em;
	font-style:italic;
}

div#signup {
	margin-top: 15px;
	padding-right: 0px;
	width: 320px;
	border-width: 5px;
}

div#signupForm P {
margin-top: 18px;
margin-bottom: 8px;
}

div#signupForm {
	margin-top: 10px;
	padding-right: 10px;
	width: 320px;
	border-width: 5px;
	line-height: 1.5;
}

div#groupName{
}

div#label1 {
	float:left;
	width:6em;
	text-align: left;
	display: block;
}

div#label2 {
	float:left;
	width:3em;
	text-align: left;
	display: block;
}

.submitbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#ffb844;
	color:#000000;
	padding: 1px 2px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

div#thankyou {
	margin-left: 22%;
	margin-top: 1px;
	margin-bottom: 6px;
	width: 450px;
}

div#footer {
	padding-top: 10px;
	border-width: 5px;
	width: 750px;
	clear:both;
	text-align: center;
	}

div#logo {
	margin-left: auto;
    margin-right: auto;
	width:376px;
	padding-bottom: 5px;
}


-->
</style>