
body {
		height: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	h1 {
		color:#FF0099;
		position: absolute;
		font-family: "Trebuchet MS";
	}
	#overlay {
		display: none;
		position: absolute;
		z-index:100;
		top: 0px;
		left: 0px;
		background-color: #222;
		filter: alpha(opacity=75);
		opacity: .75;
		height: 100%;
		width: 200%;
	}
	#modal {
		display: none;
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 101;
		width: 200px;
    	margin: -100px;
     	background-color: #222;
     	border:1px solid #444;
		color: #fff;
     	padding: 15px;
     	text-align:center;
	}
	#gallery {
		position: absolute;
		top: 100px;
		left: 200px;
		width: 300px;
		height: 300px;
	}
	.slideimg {
		position: absolute;
		top: 10px;
		text-align: center;
	}

	img {
		border: 0
	}
	/*
	marquee {
   		-moz-binding:   url("../js/xblmarquee/marquee-binding.xml#marquee");   /* needed */
   	/*	display:        block;   /* needed */
   	/*	overflow:       hidden;  /* needed */
   	/*	height:         300px;   /* needs to be a value. auto does not render correctly */
	/*}*/
