@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#000;
		background: #000000 url(../images/tile.png) 50% 0 repeat;
		background-color:#00512f;
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#fff;
	}
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0.4em 0 1.3em 0;
		text-shadow: 0 0 4px white, 0 -5px 4px #FFFF33, 2px -10px 6px #FFDD33, -2px -15px 11px #FF8800, 2px -25px 18px #FF2200;
	}
}

#myImageFlow {
	width: 950px;
}

#content {
	background: #ddd102 url(img/kyle_background.jpg) no-repeat;
	clear: left;
	text-align: left;
	width: 910px; /* 950 minus padding */
	height: 600px;
	margin: 5px auto 0px auto;
	padding: 13px;
	border: 5px solid #01d645;
}

#bottom_piece {
	position: absolute;
	top: 535px;
	margin-left: 0px;
}

#close_link {
	margin-top: -625px;
	margin-left: 805px;
}
