@import url(reset.css);

html, body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  height:auto !important;
  height:1024px;
  font-size: 82.5%; /* Sets 1em = 10px */
}

#container {
  background: #fff url(../images/bg.jpg) repeat;
  background-position: center;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  font-family: Arial Narrow, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #333;
}

#flashcontent {
  min-height: 768px;
  min-width: 1024px;
}

#flashcontent img#experiment{
 margin-top: 100px;

}

#badgeContent {
  margin: 0 auto;
  width: 800px;
  height: 530px;
  text-align:center;
}

#badgeLeft {
  width: 350px;
  height: 330px;
  float: left;
  position: relative;
  margin-top: 100px;
}

#badgeRight {
	background-image: url(../images/badgeFrame.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 450px;
	height: 330px;
	margin:0 auto;
	margin-top:50px;
}

#loginBox {
  background-image: url(../images/loginFrame.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 450px;
  height: 330px;
  margin: 100px auto 0px auto;
}

#badgeDetails {
	margin:0px auto;
	padding-top:50px;
	width:350px;
	font-family: Arial Narrow, Arial;
	text-align:left;
}

#badgeDetails p {
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}

#youAreText {
  margin-top: 70px;
}

#logo {
  text-align: right;
  margin-top: 100px;
  width: 760px;
}

#joinLink {
  margin:
}

#joinLink a:link, #joinLink a:visited{
	background-image:url(../images/joinLink.gif);
	background-repeat:no-repeat;
	display:block;
	height:39px;
	margin:0 auto;
	width:501px; 
	text-indent: -9999px;
}
#joinLink a:hover, #joinLink a:visited:hover{
	background-image:url(../images/joinLink.gif);
	background-repeat:no-repeat;
	background-position: 0px -41px;
	display:block;
	height:39px;
	margin:0 auto;
	text-indent: -9999px;
	width:501px; 
}

.field{
	border:2px solid #0099FF;
	color:#0099FF;
	float:right;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	height:25px;
	margin-bottom:20px;
	margin-right:10px;
	width:200px;
	position:relative;
	left: -8px;
}

label {
	color:#666666;
	font-family:Arial Narrow,Arial,Helvetica;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:23px;
	margin-top:2px;

	/*float:left;*/
}

.submit {
	border:2px solid #0099FF;
	position:relative;
	font-weight:bold;
	color:#666666;
	background-color:#fff;
	height:25px;
}
