/*Fix for dotted link boarder outlines*/
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
/*Fix End*/

body {
	background-image:url(images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-no-repeat: no-repeat-x;
	background-color: #000000;
}



