/* GLOBAL CSS CODE */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {	
	font-size: 12px;
	background-color: #000000;
	/*
	background-image: url("");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left
	*/
}

#site {
	position: absolute;
	display: block;
	top: 50%;
	left: -430px;
	margin: 0;
	padding: 0;
	margin-top: -300px;
	margin-left: 50%;
	padding: 0;
	width: 860px;
	height: 595px;
	background-image: url("../_imgs/bmetruss.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left
}

#site #bme{
	position: absolute;
	display: block;
	top: 35px;
	left: 35px;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#site #footer{
	position: absolute;
	display: block;
	top: 575px;
	left: 35px;
	width: 790px;
	height: 20px;
	margin: 0;
	padding: 0;
}

* {
	font-family: Arial, Times;
	text-decoration: none;
}

object, img, div, p, form, table, tr, td, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	border: 0;
}

p {
	text-align: justify;
}

object, img {
	display: block;
}

/* MISC CSS CODE */

#site #footer p {
	color: #666666;
	font-size: 11px;
}
#site #footer p.left {
	position: relative
	display: block;
	float: left;
	text-align: left;
	width: 395px;
}

#site #footer p.right {
	position: relative
	display: block;
	float: right;
	text-align: right;
	width: 395px;
}

a {
	color: #FFCC00;
}

a:hover {
	color: #FFFFFF;
}
