/* RESET */
* {margin:0;padding:0;}
html {height:100%;text-align:center;}
body {font-size:100%;height:100%;}
img {display:block;border:0;}
a img {border:0;text-align:left;}
a{-moz-outline:none;}
fieldset{border:none;}
ul,ol {list-style:none;position:relative;}

/* Fix for swffit */
a:focus, object:focus { outline: none; -moz-outline-style: none; }

/* GLOBAL */
body {
	background-color:#000;
	color:#fff;
	font:normal 12px/16px "Helvetica Neue", arial, helvetica, sans-serif;
	text-align: left;
	scrolling: no;
	overflow: hidden;
}

img {
}

p {
	margin-top:0;
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

a,a:active,a:visited {
	color:#fff;
	text-decoration:underline;
	outline:none;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:18px;
	margin-bottom: 20px;
}

h2{
	font-size:16px;
	margin-bottom: 20px;
}

h3 {
	font-size:14px;
	margin-bottom: 20px;
}

/* flash */
#site-wrapper {
	background-color: #000;
	display: block;
	height:100%;
}

#site {
	
}

#site #alt-content {
	text-align: left;
	margin: 200px auto 0 auto;
	width: 400px;
}
