body {
		padding : 0px;
		margin : 0px;
		background-color: #8b95c8;
	}
	
	#container {
		display : block;
		position:absolute;
		top : 80px;
		left : 0px;
		width : 800px;
		height : 600px;
	}
	
	#left {
		background:url('../../images/left.png') no-repeat;
		position:relative;
		top : 0px;
		left : 0px;
		width: 489px;
		height: 256px;
	}
	
	#right {
		display : block;
		background:url('../../images/rtg.png') no-repeat;
		position:relative;
		top : -180px;
		left : 475px;
		width: 238px;
		height: 110px;
	}
	
	#enter {
		font-family: "Trebuchet MS", Tahoma, Verdana;
		font-size: 24px;
		color: #fff;
		position:relative;
		top : -180px;
		left : 565px;
	}
	
	a {
		text-decoration : none;
	}
	
	a:hover {
		text-decoration : underline;
	}
	
	#copy {
		font-family: "Trebuchet MS", Tahoma, Verdana;
		font-size: 12px;
		color: #fff;
		text-align:center;
	}
