@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
}

body {
	background-image: url(images/bg.jpg);
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #F00;
}

a:active {
	text-decoration: none;
}


body {
	background-color: #ccc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	width: 1024px;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
}

#wrapper #logo-transparent {
	width: 223px;
	height: 275px;
	position: relative;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	top: 150px;
}

#wrapper #header {
	width: 1024 px;
	height: 100 px;
	text-align: center;
}

#locations {
	width: 1024px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	height: 450px;
}

#wrapper #content {
	width: 960px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
