* {
	margin:0px;
	padding:0px;
}
html {
	margin:0px;
	padding:0px;
	height: 100%;
	overflow:hidden;
}	

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #222;
	color:#e7e7e7;
	font-family:Verdana;
	font-size:10px;
	overflow:hidden;
}	

a {	
	color:#ccc;
}

#info	{
	position:absolute;
	margin-left:-200px;
	height:100%;
	width:200px;
	color:#999;
}
#info h1	{
	background:url(../images/logo.jpg) no-repeat #000;
	width:200px;
	height:85px;
	text-indent:-5000px;
}
#info p	{
	padding-bottom:15px;
	line-height:16px;
}
#info #slide	{
	position:absolute;
	margin-top:-70px;
	margin-left:200px;
	top:50%;
	width:25px;
	height:140px;
	background:url(../images/slide.png) no-repeat;
	cursor:pointer;
}
#info #slide_close	{
	position:absolute;
	display:none;
	margin-top:-70px;
	margin-left:200px;
	top:50%;
	width:25px;
	height:140px;
	background:url(../images/slide-back.png) no-repeat;
	cursor:pointer;
}

#flashcontent	{
	padding-left:25px;
	height: 100%;
}

