@charset "utf-8";
/* CSS Document */

body {
	background-image:url('bgwineglass.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color:#003300;
}

#title {
	position:absolute;
	top:10px;
	left:10px;
}

#enter {
	position:absolute;
	bottom:10px;
	right:10px;
}
