#parallax {
	position:relative;
	overflow:hidden;
	width:900px;
	height:250px;
}
body {
	background-color: #000000;
	background-image: url(images/back_christmas.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom center;
}
a:active
{
outline: none;
}

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