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

/* CSS For Polaroid Gallery */

html, body {
	height:100%;
	width:100%;
	margin:0;
	font:10px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000;
}
a {
	color: #66EB00;
	font-weight:bold;
	text-decoration:none;
}

#flashfullscreen {
	height:100%;
	width:100%;
}
#left {
	float:left;
	width:600px;
}
#right {
	width:200px;
	float:right;
}
#flashversionnotice {font-size: 14px; color:#fff; padding: 15px}
