/* CSS Document */


/*-----content-----*/

html {
	height: 100%;
	width:100%;
	overflow: hidden;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	height: 100%;
	width:100%;
	}
	
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:0px;
	}  
	
#logo {
	margin-left:20px;
	margin-top:20px;
}

#txt {
	margin-left:20px;
}
	
#main {
	position:absolute;
	margin:0px;
	width:100%;
	height:100%;
    z-index:1;
	}

#slideshow { 
	margin: 0px;
	overflow: false;
	position:relative;
	width:320px;
	height:240px;
	margin-left:20px;
	z-index: 1;
	}

#img1 {width:320px;height:240px}
#img2 {width:320px;height:213px}
#img3 {width:320px;height:213px}
#img4 {width:320px;height:240px}
#img5 {width:320px;height:202px}

#slideshow img { display: none }
#slideshow img.first { display: block }	

