@charset "UTF-8";
/* CSS Document */

.image
	{
		position:relative;
		top: 10px;
	}

.background
	{
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	position:relative;
	height: 700px;
	width: 1400px;
	z-index: 0;
	
	}