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

/* defaults, globals, and miscellaneous
==============================================================================*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

body {
	background: #000  url(../images/bg/bg.png) no-repeat fixed bottom center;
	text-align: center;
	font: Shruti;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
}

a {
	text-decoration: none;
	color:#F60;
	}


/* container for everything on page
==============================================================================*/
#container{
	position: absolute;
		top: 50%;
		left: 50%;
	width: 854px;
		margin-left: -427px;
	height: 480px;
		margin-top: -240px;
	overflow: hidden;
}
.slideshow {
	background:url(../bg/slideBG.png) no-repeat center;
	overflow: hidden;
}


