.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%;
}











* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	background-color: #627993;
	font-size: 62.5%;
	font-family: "Lucida Grande CY", Arial, "Helvetica CY", "Geneva CY", sans-serif;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

img { border-width: 0px; }
