﻿html, body
{
	padding: 0;
	margin: 0;
	border: none;
	height: 100%;

}

.page 
{
	background-image: url('../Images/bg.jpg');
	background-repeat: no-repeat;
	position: absolute;	
	width: 1600px;
	height: 951px;	
	left: 190px;
	top:64px;
}

