.deadcentre1 {
width: 1000px; height: 400px; /* adjust these values to match your movie */
position: absolute;
left: 50%; top: 50%; /* position the centre of the movie in the centre of the screen */
margin: -200px 0 0 -500px; /* adjust the values 200 and 250 so they are half that of the height and width of your movie */
}

.deadcentre2 {
width: 1000px; height: 670px; /* adjust these values to match your movie */
position: absolute;
left: 50%; top: 50%; /* position the centre of the movie in the centre of the screen */
margin: -335px 0 0 -500px; /* adjust the values 200 and 250 so they are half that of the height and width of your movie */
}

#flashMessage {
	font-size: 14px;
	color: red;
	margin-top: 8px;
	margin-bottom: 12px;
	line-height: 16px;
	height: auto;
	width: 800;
}

#leftarrow2 {
background-image: url('../img/aw-left.png');
width: 81px;
height: 30px;
position: relative;
top: -40px;
left: 5px;
float: left;
}

#leftarrow2 a:hover {
background-image: url('../img/ab-left.png');
width: 81px;
height: 30px;
position: relative;
top: -40px;
left: 5px;
float: left;
}


#rightarrow2 {
background-image: url('../img/aw-right.png');
width: 81px;
height: 30px;
position: relative;
top: -40px;
left: 828px;
float: left;
}

#rightarrow2 a:hover {
background-image: url('../img/ab-right.png');
width: 81px;
height: 30px;
position: relative;
top: -40px;
left: 828px;
float: left;
}


#enterButton {
width: 200px;
height: 100px;
position: relative;
top: -170px;
left: -35px;
float: left;

}

#otherentriesButton {
width: 350px;
height: 75px;
position: relative;
top: -105px;
left: 10px;
float: left;
}

#photosButton {
width: 220px;
height: 100px;
position: relative;
top: -170px;
left: 125px;
float: left;
}

.otherEntries {
	background-image: url('../img/borderpage.png') ;
	background-repeat: no-repeat;
	width: 1000px; height: 670px; /* adjust these values to match your movie */
	position: absolute;
	left: 50%; top: 50%; /* position the centre of the movie in the centre of the screen */
	margin: -335px 0 0 -500px; /* adjust the values 200 and 250 so they are half that of the height and width of your movie */
	//padding-left: 200px;
//	padding-top: 70px;
	float: left;
	font-family: "Helvetica";
}

.otherEntries #inner {
	margin-top: 40px;
	margin-left: 200px;
	width: 650px;
}

.otherEntries #inner a {
	color: red;
	text-decoration: none;
	font-size: 12px;
}

.otherEntries #inner a:hover {
	text-decoration: underline;
}

#leftarrowBlack {
background-image: url('../img/ab-left.png');
width: 81px;
height: 30px;
position: relative;
top: 610px;
left: 470px;
}

.pageHeader {
font-size: xx-large; 
color: red;
margin-bottom: 30px;

}

.submissionRow {
	font-size: 14px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 6px;
	line-height: 16px;
	height: auto;
	width: 800;
}

.submissionRow p {
	margin-top: 3px;
}


img
{  border-style: none;
}

.gallery {
	background-image: url('../img/borderpage.png') ;
	background-repeat: no-repeat;
	width: 1000px; height: 670px; /* adjust these values to match your movie */
	position: absolute;
	left: 50%; top: 50%; /* position the centre of the movie in the centre of the screen */
	margin: -335px 0 0 -500px; /* adjust the values 200 and 250 so they are half that of the height and width of your movie */
	//padding-left: 200px;
//	padding-top: 70px;
	float: left;
	font-family: "Helvetica";
	text-align: center;
}

.gallery #inner{
	text-align: center;
	margin-top: 50px;
	width: 650px;
}

.gallery img {
	padding: 4px;
	border: 1px solid #dddddd;
	max-height:450px;
	max-width:600px; 
}

.gallery #imageDescription {
	font-size: 14px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 6px;
	line-height: 16px;
	height: auto;
	width: 800;
}
