﻿body,html	/* Default conditions for the body of the page */
{
	background-color: white;
	height:100%;
}

#main_container /* Dimensions and settings for the main page container */
{
	width:900px;
	height: 692px;
	margin: 0 auto;
	margin-top:5px;
	text-align:justify;
	border:thin black solid;
/*	background-image:url('images/spl1.png');*/
	text-align:right;	
}

#Counter
{
	width:900px;
	text-align:center;
	margin: 0, auto;
}

#splash1
{
	width: 90%;
	float: right;
	text-align:right;
	margin-top:35px;
	margin-right:50px;
}

#splash2
{
	width: 90%;
	float: right;
	margin-top:20px;
	text-align:right;
	margin-right:50px;
}

#splash3
{
	width: 90%;
	float: right;
	margin-top:20px;
	text-align:right;
	margin-right:50px;
}

#splash4
{
	width: 90%;
	float: right;
	margin-top:20px;
	text-align:right;
	margin-right:50px;
}

.brd
{
	border:medium black solid;
}
