@charset "utf-8";
/* CSS Document */

body {
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
/*background-color: #fafafa;*/
/*background: url(../images/orange_dot.png) 61em 0 repeat-y;*/
line-height: 1.4;
}

a {
	color: #fff;
text-decoration: none;
}

a:hover
{
color: #eee;
text-decoration: underline;
}

br.clear {
clear: both;
}

strong {
	font-weight: bold;
}

#content {
margin: 0;
z-index:999;
position: relative;
float: left;
clear: both;
display: inline;
width: 100%;
height: 100%;
overflow: auto;
/*overflow: hidden;*/
}

#inner
{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	display: inline;
}

#inner ul
{
	position: absolute;
	right: 10px;
	top: 100px;
	text-align: right;
	font-size: 18px;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);	
}

h1
{
	font-size: 72px;
	line-height: 1.2;
	color:#fff;
	right: 10px;
	position: absolute;
	text-shadow: 0 0 12px rgba(0,0,0,0.5);
}

h2
{
	font-size: 36px !important;
	line-height: 1.2;
	text-shadow: 0 0 12px rgba(0,0,0,0.5);	
}

#crop {
position: absolute;
z-index: 0;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
}

#fullbg {
position: relative;
height: 100%;
width: 100%;
visibility: hidden;
}
