@charset "utf-8";

/*Style sheet for Sidmouth Garden Centre - Index*/

body {
	min-width:600px;
	margin:0;
	background-image: url(image%20-%20bg.jpg);
	background-color: #669933;
}
#container {
	position:relative;
	left:0;
	top:0;
	width:100%;
	z-index:1;
	text-align:center;
	margin:0;
	height: 1000px;
	background-color:#669933;
	min-width:800px;
	background-image:url(image%20-%20bg1.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	min-width: 900px;
}
#header {
	position:absolute;
	width:100%;
	height:200px;
	z-index:3;
	background-image:url(image%20-%20header.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	left: 0;
}
#navigation {
	position:absolute;
	left:0;
	top:200px;
	width:100%;
	height:25px;
	z-index:10;
	background-image:url(image%20-%20navbg.jpg);
}
#maintext1 {
	position:absolute;
	width:670px;
	height:500px;
	z-index:4;
	text-align:left;
	left:50%;
	top:250px;
	margin-left: -325px;
}
#awards {
	position:absolute;
	width:150px;
	height:1000px;
	z-index:2;
	text-align:left;
	right: 0;
	top:0;
	background-image:url(image%20-%20awards.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

/*LINKS*/

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}	

/*END*/
