/** GENERAL ATTRIBUTES **/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	text-align: center;
	background: #dcdcdc url(../images/bodyBg.png) repeat-x;
}

img {
	border: none;
}