@charset "utf-8";
/* CSS Document */

body
{

	margin: 0px auto;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e5054;
	background:url(../images/background.jpg) repeat;
	
}

img	{	border: 0px;	}

/*  C O N T A I N E R  */

#banner-container
{

	width: 500px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;

}

#main-container
{

	width: 500px;
	margin-left: auto;
	margin-right: auto;

}

/*  N A V I G A T I O N  */

a				{	color: #4e5054; font-weight: bold; text-decoration: none;		}
a:active		{	color: #4e5054; font-weight: bold; text-decoration: none;		}
a:visited		{	color: #4e5054; font-weight: bold; text-decoration: none;		}
a:hover			{	color: #4e5054; font-weight: bold; text-decoration: underline;	}