
/*
 * Body of all documents
 */
body {
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
	background-image: url('http://virtualla.la.gov/images/stars.jpg');
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}


/*
 * Splash
 * Splash Screen Defaults
 */
div#splash {
	position: absolute;
	width: 1074px;
    height: 575px;
	top: 50%;
    left: 50%;
    margin-top: -287px;
    margin-left: -537px;
	background-image: url('http://virtualla.la.gov/images/vla_full_map.gif');
    border: 5px black solid;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/*
* Splash Header
* Header for Splash Screen
*/
p#splash_header {
    position: relative;
	margin-top: 5px;
    font-family: Arial;
	color: white;
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/*
* Splash Image
* Image in the Center of the Splash Screen
*/
div#splash_image {
    position: relative;
    margin: 160px auto 0px;
    width: 385px;
    height: 111px;
    font-family: Arial;
	color: white;
    font-weight: bold;
    font-size: 1em;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

div#splash_image A:link {
    text-decoration: none;
    color: white;
    white-space: normal;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

div#splash_image A:visited {
    color: white;
    white-space: normal;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

div#splash_image A:active {
    color: white;
    white-space: normal;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

div#splash_image A:hover {
    color: white;
    white-space: normal;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/*
* Splash Footer
* Footer for the Splash Screen
*/
p#splash_footer {
    position: relative;
    margin-top: 220px !important;
    margin-top: 200px;
    font-family: Arial;
	color: white;
    font-size: .7em;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

p#splash_footer A:link {
    text-decoration: none;
    color: white;
    white-space: normal;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

p#splash_footer A:visited {
    text-decoration: none;
    color: white;
    white-space: normal;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

p#splash_footer A:active {
    text-decoration: none;
    color: white;
    white-space: normal;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

p#splash_footer A:hover {
    text-decoration: underline;
    color: #CCFF00;
    white-space: normal;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
