﻿	body{
		margin: 0;
		text-align: center;
		background-image: url("../images/bg_splash.jpg");
		background-repeat: repeat-x;
		background-color: #070734;
		font-family: Arial;
		color: #24248f;
	}
	
	#header{
		margin: 50px 0 0 0;
		height: 67px;
	}
	
	p{
		margin: 0;
		font-size: 13px;
		display: none;
	}
	
	#splash{
		margin: 0;
	}
	
	img{
		border: 0;
	}