
body 
{ 
    background-color: black;
}

#bglayout
{
	width: 1280px;
	height: 672px;  
	border: 0px solid yellow; 
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: auto;
	background-image: url('../Graphics/Template.png');
	background-repeat: no-repeat;

}
#contactpage
{
	
	font-family: "Comic Sans MS", cursive; color: #6b2818;
	display: block; 
	width: 1280px;
	border: 0px solid yellow; 
	margin-left: auto; 
	margin-right: auto;
	margin-top:auto;
	background-image: url('../Graphics/content_Background.png');
	background-repeat: repeat;
	
}
#confirm
{
	font-family: "Comic Sans MS", cursive; color: #6b2818; font-size:18px;
	display: block; 
	width: 1280px;
	border: 0px solid yellow; 
	margin-left: auto; 
	margin-right: auto;
	margin-top:auto;
	padding-bottom:25px;
	background-image: url('../Graphics/content_Background.png');
	background-repeat: repeat;
}

#formVal
{
	font-family: "Comic Sans MS", cursive; color: #6b2818;
	display: block; 
	width: 1280px;
	height: 350px;  
	border: 0px solid yellow; 
	margin-left: auto; 
	margin-right: auto;
	margin-top:auto;
	padding-bottom:25px;
	background-image: url('../Graphics/content_Background.png');
	background-repeat: repeat;
}

p { font-size: 18px}
th {font-size: 18px}
