html {
	overflow-y:scroll;
	border:0;
}
body {
	background-image: url(../images/home_background_newcat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bodynew {
	background-image: url(../images/home_background_newcat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a {
	outline:none; 
}
a img {
	border: none;
}
a:active{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#mainContent {
}

