/*
	Flash Flip CSS
	v1 2008-04-05

	By Matt Hobbs (http://matthobbs.com)
*/

body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	margin:	auto;
}

#flashwrapper {
	position:	relative;
	top:		0px;
	left:		0px;
	
	width:	500px;
	height:	380px;
	
	margin-left:	-0px;
	padding-top:	-80px;
	
	padding-bottom:	-20px;
	
	overflow:	hidden;
	
	background:		pink;
}

#flashbit {
	position:	relative;
	top:		-60px;
	
	width:		500px;
	height:		500px;
}
