/* CSS Document */

body,td,th {
	color: #ffffff;
}
body {
	background-color: #000033;
	
}
#wrapper{
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
	height: 1000px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(chalet.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
}
#Solihull_market{
	height: 250px;
	width: 800px;
	position: absolute;
}

#opening_times{
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 200px;
	width: 200px;
	margin-top: 150px;
	margin-right: 20px;
	position: absolute;
	color: #000000;
	margin-left: 858px;
	font-style: italic;
	background-color: #FFFFFF;
}
#text{
	height: 600px;
	width: 780px;
	margin-top: 250px;
	margin-left: 0px;
	position: absolute;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#stallholder_application{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	height: 50px;
	width: 800px;
	margin-top: 750px;
	margin-left: 0px;
	position: absolute;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
