/**
* Bloom Media
* Reset CSS			
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
*/

img, div, h1, h2, h3, p, li, a { behavior: url(/iepngfix.htc) }

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
	ul, ol{
	list-style:none;
	}


	
	
body {
	margin: 0 0 0 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color:#fff;
	background-color: #000;

	background-repeat: no-repeat;
	background-image: url(../images/bg-body-black-white.gif);
	background-position: 50% 0;
	}


/*typography*/
a {
	text-decoration: none;
	 outline: none;

	}

a:link {
	}
a:visited {
	}
a:active {
	}

a:hover {
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}
hr{
	display:none;
	}
td{
	vertical-align:top;
}
.clearfix{
	clear:both;
	height:2px;
	}
	
	
	