/*TOP LEVEL*/
body { margin: 0; background: #000; color: #fff;overflow:hidden;height: 100%;}

/*HOMEPAGE*/
#demo img {height:100%; width:100%}


/*TYPO*/
a {color:inherit; text-decoration: none; outline: none}

h1,h2,h3 { display: inline; margin:0; padding: 0; }

body,input,h1,h2,h3,b {font: 34px Arial black, sans-serif; line-height: 40px; text-transform: uppercase; font-weight: normal; }

/* GENERIC */
a img {border:none;}
hr {display: none;}


/* FIXES */
.clear {clear: left; }

object {outline:none;}

.ie7 #header a,

.ie7 #info-overlay h1 a {color:white;}

.ie7 li.clear {display: block; height:100px;}

		a:link
		{
			text-decoration: none;
			color: #FFFFFF;
		}
		
		a:visited
		{
			text-decoration: none;
			color: #FFFFFF;
		}

		a:active
		{
			text-decoration: none;
			color: #FFFFFF;
		}
		a:hover
		{
			text-decoration: none;
			color: #000000;
		}
        
		.credits {
			position: absolute;
			z-index: 10000;
			margin: 0;
			float: right;
			bottom: 20px;
			right: 20px;
		}
		
		#vert {
			position: absolute;
			width: 100%;
			z-index: 10000;
			margin:0px auto;
			top: 40%;
			left: 0;
			width: 100%;
		}
		
		#intro {
			border: 0px solid #FFF;
			text-align: center;
			margin-left: -300px;
			position: absolute;
			top: -75px;
			left: 50%;
			width: 517px;
			height: 225px;
		}
		
		#intro a {
			margin-right: 10px;
		}
		
		.vegas {
				margin-right: 10px;
		}
		
		img {
			border: 0;
		
		}
