@charset "UTF-8";
/* CSS */

body	{
	text-align: center;
	background-color: #000;
	padding: 0px;
	margin: 0px;
	background-image: url(/Content/Corporate/Images/Frontpage/landing_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

a img		{
	border: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}