﻿/* CSS Document */

			body{
				text-align:center;
				font-family:tahoma;
				color:#00487a
			}
			
			#splash{
				margin-left:auto;
				margin-right:auto;
				width:950px;
				height:584px;
				background-image:url(../images/splash.jpg);
				text-align:left;
			}
			
			#continue{
	position:relative;
	width: 169px;
	height: 21px;
	left: 670px;
	top: 545px;
	text-align: center;
			}
			
			a:link, a:visited, a:active{
				color:#00487a;
				text-decoration:none;
			}
			
			a:hover{
				text-decoration:underline
			}
			
