html {
	overflow-x: auto;
}

body {
	background-color:#f4f4f4;
	background-image:url(images/bg_splash.jpg);
	margin: 0px;
	margin: 0px;
	padding: 0px;
	/*background-repeat: no-repeat;*/
	background-attachment: fixed;
}

.image {
	border-style:dotted;
	border-color: #f4f4f4;
	border-width:1px;
}
