﻿<style type="text/css">
bg {
	background-image: url('img/bg.jpg');
	background-repeat: repeat-y;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	background-image: url(img/bg.jpg);
}
</style>