@charset "utf-8";
*{
	margin	:	0;
	padding	:	0;
}

a{
	color			:	#eeeeee;
	text-decoration	:	none;
}

body{
	background-color	:	#555555;
	line-height			:	1.4;
	color				:	#eeeeee;
	font-family			:	Helvetica, sans-serif;
	font-size			:	0.9em;
	min-width			:	1024px;
	min-height			:	512px;
	overflow			:	auto;
}

a{
	color				:	#eeeeee;
	text-decoration		:	none;
}

div#back{
	text-align			:	left;
	background-image	:	url("./../pics/back2.jpg");
	background-position	:	center center;
	background-repeat	:	no-repeat;
	position			:	absolute;
	left				:	0;
	top					:	20%;
	width				:	100%;
	max-width			:	1920px;
	max-height			:	1080px;
	height				:	60%;
}