body, html{
	margin: 0px;
	padding: 0px;
	height : 100%;
	background-color: #303030;
}
#general{
	background-image: url(../img404/bg404.png);
	background-repeat: repeat-x;
	background-position: top center;
}

#error2{
	background-image: url(http://www.c-g2.com/img404/t404_2.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top:40px;
}
/*//////////////////////////FOCUS/////////////////////////////////////////////*/
a {
outline: none;
}
:focus {
-moz-outline-style: none;
}
/*////////////////////////////////////////////////////////////////////////////*/
