/* CSS Document */
.fullheight{
	height:100%;
}

html {
	height:100%;
	}	
body {
	height:100%;
	margin:0px;
	background-color: #FFF;
}
a { outline:none; }
a img {
	border:none;
	background:none;
}
