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

	* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family:Helvetica, Arial, Sans-serif;
	background: #000 url(../i/dark.jpg) right bottom fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	color:#bbb;
}
 @media only all and (max-width: 1024px) and (max-height: 768px) {
 body {
 -moz-background-size: 1024px 768px;
 background-size: 1024px 768px;
}
}
#shadow {
	background-image:url(../i/rshadow.png);
	background-repeat:repeat-y;
	background-position:top right;
	width:30%;
	min-width:530px;
	padding-right:30px;
	height:100%;
	min-height:100%;
}
#container {
	border-right:1px solid #fff;
	width:100%;
	min-width:500px;
	height:100%;
	background-color:#fff;
}
.rgba #container {
	background-color:rgba(255, 255, 255, .9);
}
#inner {
	padding:40px 30px;
}
h1 {
  	color:#2565C7;
	font-family:Helvetica, arial, serif;
	font-size:54px;
	font-weight:bold;
	letter-spacing:-2px;
	text-shadow:0 -1px 0 #6a6a6a, 0 1px 0 #f1f1f1;
	margin:0;
}
h1 span {
	font-weight:normal;
	color:#bbb;
	text-shadow:0 -1px 0 #aaa, 0 1px 0 #f1f1f1;
}
#words {
	position:absolute;
	bottom:50px;
}
a, a:visited {
	color:#2565c7;
	text-shadow:0 1px 0 #f1f1f1;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#4a80ff;
}
a:active {
	position:relative;
	top:1px;
	text-shadow:0 -1px 0 #fff;
}
.hide {
	display:none;
}
#words span {
	display:block;
	float:left;
	margin-right:5px;
	text-align:right;
	width:4em;
}

