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

#wrap{ 
		background: url(http://www.flyingpenguinsstudios.com/img/main.jpg) no-repeat; 
		min-height: 500px; 
		width: 1000px } 	

		
/* ----------  ACCORDION  ------------ */
.entry	{
		cursor: hand;
		cursor: pointer;
		background: url(../img/bg_transp.png) repeat;
		}
a.entryon img {
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
		-khtml-opacity: 1.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*--IE 8 Transparency--*/}

.item {
		margin: 0;
		}
