.fullscreen
{
	position: relative;
	margin: 124px 0px 0px 0px;
	width: 100%;
}

.maintext
{
	color: white;
	font-size: 25px;
	text-align: center;
}

.imagebox img
{
	border: 3px solid brown;
}

.header
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 99px;
	background-color: #0000b3;
	border: 1px solid yellow;
	text-align: center;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 85px;

}

.timehead
{
	position: fixed;
	top: 5px;
	right: 50px;
	text-align: center;
	background-color: #0000a3;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

