A:HOVER {
	background-position: 0 0; 
}

A {
	outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

html { 
	margin: 0px;
	padding: 0px;
	height: 100%; 
}

html { 
	height: 100%;
}

BODY {
	font-family: Arial;
	font-size:12px;
	font-weight: normal;
	margin: 0px;
	padding:0px;

	text-align: center;

	background-color: #FFFFFF;
	height:100%; 
	min-height:100%;
	
	/*
	background-image: url(body_back.png);
	background-repeat: repeat;
	background-position: top left;*/
}

IMG
{
	border:0;
}

A {
	text-decoration:none;
}

A:hover {
	text-decoration:none;
}

