/* FRONTRUNNER CONSULTING GROUP GENERAL RULES */

/* HTML TAG DEFINITIONS */

*, html, body {
	margin: 0px; 
	padding: 0px;
}

body {
	background: transparent url("/images/backgrounds/page_bg.jpg");
	background-position: center top;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #FFFFFF;
}

a img {
	border: none;
}


/* SITE CONTAINERS */

div#main_site_background_container {
	min-width: 1000px;
	background: transparent url("/images/backgrounds/body_background.jpg");
	background-repeat: repeat;
	background-position: center top;
}

div#site_background_container {
	background: transparent url("/images/backgrounds/container_background.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}


/* HEADER */

div#header {
	width: 1000px;
}

	#header h1 {
			background: transparent url("/images/logos/logo.jpg");
			position: absolute;
			width: 307px;
			height: 165px;
			left: 48px;
			cursor: pointer;
		}
	
		#header h1 span, #header img {
			display: none;
		}


/* FOOTER */

div#footer {
	height: 130px;
	background: transparent url("/images/backgrounds/footer_bg.jpg");
	background-position: center top;
}

div#footer_content {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 130px;
	background: transparent url("/images/backgrounds/footer_content_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

	
	/* STICKY STAMP */

	a#sticky_stamp {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 150px;
		height: 120px;
	}
	
		a#sticky_stamp p, a#sticky_stamp img{
			display: none;
		}
