html	{ height: 100%; }

body {
	height: 100%; margin: 0; padding: 0; overflow-x:hidden;
	background: url('../img/bg3.png') top center no-repeat black;
}

.polaroid	{
	position:absolute; min-width:200px; min-height:124px; padding:20px 24px; background:#efefef url(/img/polaroid.jpg) center top; cursor:pointer;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	-moz-box-shadow:inset 0 0 2px white, 0 2px 5px rgba(0,0,0, 0.42), 0 20px 24px -18px rgba(0,0,0, .38); -webkit-box-shadow:inset 0 0 2px white, 0 2px 5px rgba(0,0,0, 0.42), 0 20px 24px -18px rgba(0,0,0, .38);
	-moz-transform: rotate(-4deg); -webkit-transform: rotate(-4deg);
}
.polaroid img	{
	margin-bottom:6px;
	-moz-box-shadow: 0 1px 0 white, 0 -1px 1px rgba(0,0,0, .2); -webkit-box-shadow: 0 1px 0 white, 0 -1px 0 rgba(0,0,0, .32);
}
.polaroid div	{
	display:block; width:80%; padding-right:20%; height:28px; background:url(/img/logo.png) no-repeat right center;
	color: #333; font-family:georgia, serif; font-style: italic;
}

