@charset "UTF-8";
/* CSS Document */

#container {
	position:relative;
	width: 900px;
	background-color: #B8B8FF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	height: 560px;
}

#banner {
	position:absolute;
	top: 0px;
	width: 890px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 4px;
	background-color: #99F;
}
#logo {
	position:absolute;
	top:20px;
	left: 5px;
	width: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 36px;

}
#Skip_Intro {
	position:absolute;
	left: 775px;
	top: 35px;
	width: 85px;
	height: 40px;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}

#sub_container {
	position:absolute;
	top:130px;
	width: 290px;
	height: 400px;
	margin-left: 5px;
}


#post_it {
	height: 330px;
	font-family:"Comic Sans MS", cursive;
	font-size: 14px;
	margin-bottom: 0px;
	background-color: rgb(229,210,250);
	padding: 10px 6px;
	line-height: 16px;
}
#legal_stuff {
	height: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 12px;
	border:thin solid #000;
}
#flash_box {
	position: relative;
	left: 325px;
	top: 130px;
	width: 550px;
	height: 400px;
	margin-left: 10px;
}

	
