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

/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Global Styles */

body, html
{
	/*background: url(../img/bg-repeat.jpg) top left repeat-x #1c3f6d;*/
	background: #1c3f6d;
	height: 100%;
}

#superwrapper
{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../img/bg-sky.jpg) top center no-repeat;
}

#wrapper
{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.logo
{
    width: 436px;
    height: 229px;
    background: url(../img/splash_logo.png) top left no-repeat;
}

.content
{
    margin: -179px 0 0 -218px;
    width: 436px;
    height: 358px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.content p
{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: Tahoma, Arial;
}

.quote
{
    font-size: 28px;
}

.content a, .content a:visited
{
    color: #fff;
    font-size: 33px;
    font-family: "Times New Roman";
    font-variant: small-caps;
}

.content a:hover
{
    color: #0000ff;
}