html, body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	color: #000000;
	width: 100%;
	height: 100%;
}
#topBackground {
	width: 100%;
	height:50%;
	margin-bottom:-300px;
	float:left;
	z-index: 1;
	background: #ffffff url('../img/bg_top_stripe.gif') 50% 0px repeat-y;
}
#topBackground_ide {
	width: 100%;
	height:50%;
	margin-bottom:-300px;
	float:left;
	z-index: 1;
	background: #ffffff url('../img/bg_top_stripe_ide.gif') 50% 0px repeat-y;
}
#middleContainer {
	position: relative;
	clear:left;
	z-index: 2;
	width: 100%;
	height: 600px;
	background: #ffffff url('../img/bg_middle_stripe.gif') top left repeat-x;
}
#middleContainer_ide {
	position: relative;
	clear:left;
	z-index: 2;
	width: 100%;
	height: 600px;
	background: #ffffff url('../img/bg_middle_stripe_ide.gif') top left repeat-x;
}
#content {
	width: 1000px;
	height: 600px;
	margin: auto;
}
#menuholder {
	position: relative;
	left: 280px;
	top: 55px;
	background-image: url(../img/home_logo.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 400px;
}
#click {
	position: relative;
	top: -250px;
	left: 580px;
	width: 120px;
	height: 100px;
	background-color: transparent;
}
#menuholder2 {
	position: relative;
	left: 115px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 40px;
}
a:link {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #999999; text-decoration: none;}
a:active {color: #666666; text-decoration: none;}

iframe#imageholder {
	position: relative;
	top: 27px;	
	width: 700px;
	height: 430px;
}
#menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
a#menuitem:link {color: #666666; text-decoration: none;}
a#menuitem:visited {color: #666666; text-decoration: none;}
a#menuitem:hover {color: #999999; text-decoration: none;}
a#menuitem:active {color: #666666; text-decoration: none;}
#menuitem2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
a#menuitem2:link {color: #666666; text-decoration: none;}
a#menuitem2:visited {color: #666666; text-decoration: none;}
a#menuitem2:hover {color: #999999; text-decoration: none;}
a#menuitem2:active {color: #666666; text-decoration: none;}
