/**
* Eclipse - no flash
* @version 0.1 (2010/01/21)
*/

/* ============================= RESET ============================= */

html, body, a, h1, h2, h3, h4, h5, h6, hr, img, li, p, object, ol, span, ul{margin:0; padding:0}
img{border:none; margin-top: 370px}
object{outline:none; display:block}

/* ========================= GENERAL TAGS ========================= */

html{width:100%; height:100%; font:100.01%/120% 'Helvetica Neue Light', 'HelveticaNeue-Light', Helvetica, Arial, 'Trebuchet MS', sans-serif; overflow:auto}
body{
	height:100%;
	background:#000000;
	/* background:#000000 url('../img/bg_noflash.jpg') no-repeat top center; */
	font-size:12px;
	color:#fff;
	font-weight:bold
}
h2{margin:0 0 30px; line-height:1em; font-size:1.6em}
h3{font-size:15px; line-height:1.2em; margin:0}
p{margin:1em auto; max-width:400px}
a{color:#fff; outline: none}
a:hover{text-decoration:none}

/* ====================== STRUCTURE/CONTENT ======================= */

#wrapper{text-align:center; min-width:300px; height: 100%}

#outer[id] {
display:table;
position:static;
}

#outer {
height:100%;
overflow:hidden;
position:relative;
width:100%;
}

#middle[id] {
display:table-cell;
position:static;
vertical-align:middle;
}

#middle {
position:absolute;
text-align:center;
top:50%;
width:100%;
}

#inner {
margin-left:auto;
margin-right:auto;
position:relative;
top:-50%;
}
