html {
	width:				100%;
	height:				100%;
}

body {
	width:				100%;
	/*height:				100%;*/
	margin:				0;
	padding:			0;
	font-family:		Helvetica,Arial,sans-serif; 
	font-size:			14px;
	color: 				black;
	line-height:		1.4em;
	/*background-image:	url('images/background.gif');
  background-position: right bottom; */
  background-color:	#D0E5E2;
}
div#wrapper{
	clear:both;
	height: 100%;
	width: 640px;
	margin: 20px auto;
	/*min-height: 615px;*/
}
a{
	text-decoration: none;
	border: none;
}
img{
	border: none;
}
div#tutorial a{
	color:red;
}
div#tutorial a:hover{
	color:#444;
	text-decoration:none;
}
div#tutorial{
	padding:10px;
	margin:10px 0 0 0;
	width: 620px;
	text-indent:auto;
	background-color:#000;
	color: white;
}
div#flash-movie{
	padding:0;
	width: 640px;
	height: 480px;
	background-color:#ccc;
}
div#logo-drop{
	background-color:#fff;
	padding: 10px 0 0 10px;
	text-align: center;
}
div#logo-drop img{
	margin: 10px 10px 10px 10px;
}
div#logo-drop p{
	font-size: 20px;
	font-weight: bold;
	color: #2B7BC0;
}

