/* CSS Document */

/******************************************************/
/* Copyright 2008-09 Juan Romero. All rights reserved.*/
/******************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-color: black;
	text-align: center;

	background-position: center top;
/*	background-image: url(../images/bknd_jr.jpg);*/
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

/*#container {
	width: auto;
	min-width: 982px;
	height: 672px;
	background-color: transparent;
	padding-top:64px;
	margin-top:0px;
}*/

#container {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 981px;
     height: 750px;
     margin-top: -375px; /* half of the height */
     margin-left: -491px; /* half of the width */
     /*border: 1px solid #000;*/
}

#header {
	background-color: transparent;
	font-size: 0.75em;
	font-weight: bold;
	margin:0;
	padding:0;
	text-align: left;
	color: #000000;
}#footer {
	background-color: transparent;
	font-size: .8em;
	font-weight: bold;
	margin:0;
	padding:0;
	text-align: center;
	color: grey;
}