/** 
Creator: The Codester
Project: Codester's TRs
Date: 5/16/08
**/

/*--------------------------------------------------------------------*/
/* MainPage Properties */
body {
	background-color: #000000;
	margin: 0px auto 0px auto;
  	text-align: center;
  	font-family: verdana, sans-serif;
  	width: 775px;
  	font-size: 73%;
  	line-height: 1.5;
  }

#background	{
	background-color:#000000;
	background: url(images/background2.jpg) no-repeat;
	width: 800px;
	height: 600px;
	}

#content {
	padding-top: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FFFFFF;
	}

/*--------------------------------------------------------------------*/
/* Header Properties */



/*--------------------------------------------------------------------*/
/* Footer Properties */

#footer{
  clear: both;
  padding: 10px;
  text-align: center;  
  font-size: xx-small;
  color: #6495ED;
  }

/*--------------------------------------------------------------------*/
/* Links Properties */



/*--------------------------------------------------------------------*/
/* Properties & Alignment of images */
img	{
	border: 5px solid #333333;
	margin: 0px; 
	padding: 0px;
	
	}

#image {
	
	}

