﻿/*----------------------------------------------------------------------------------
	Page:						Splash.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used in the Splash screen
	History:
	--------------------------------------------------------------------------------*/

html, body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #FFFFFF;
	margin-left: 17px;
}

#flashcontent {
	width: 100%;
	height: 100%;
	border: 0px; 
}

a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
}

form {
	margin: 200px auto 0px auto;
	width: 737px;
	height: 236px;
}


div.flashcontent {
}

div.replacement {
	margin: 0px auto 0px auto;
	position: relative;
	width: 543px;
	height: 236px;
}

div.replacement a.start, div.replacement a.start:active, div.replacement a.start:visited, div.replacement a.start:link {
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
	background: url(../Images/Button_Enter.gif) no-repeat 0px 0px;
	width: 118px;
	height: 27px;
	text-decoration: none;
	font-size: 1px;
}

div.replacement a.start:hover {
	background-position: -118px 0px;
}
