@charset "utf-8";
/* CSS Document */



/* ----------------------GLOBAL---------------------------------------*/


html{
	font-size:100%;	min-height:100%;
}

body{
	overflow:hidden;	
	font-size:62.5%; color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	background-color: #000;
}

a img{
	border:none;
}



/* ----------------------BASICS	---------------------------------------*/


#flash_container{
		position: static;
		height:100%;
		width:100%;
		margin: 0;
		padding: 0;
		background:#333;
		background-repeat:no-repeat;
}

#wrapper, #container {
        height: 485px;
        width: 820px;
}
#wrapper {
        bottom: 50%;
        right: 50%;
        position: absolute;
}
#container {
        left: 50%;
        position: relative;
        top: 50%;
		
}

/* ----------------------CONTENT---------------------------------------*/

#logo{
		padding-top:40px;
		background-image: url(../img/nilus_logo.jpg);
		height:110px;
		width:820px;
		background-position:center;
		background-repeat:no-repeat;
		text-align:center;
}
#claim, h1{
		font-size:9px;			
		height:10px;
		width:820px;
		text-align:center;
}
#copytext, h2{
		font-size:10px;	
		height:110px;
		width:820px;
		height:150px;
		text-align:center;
		padding-top:10px;
}



