body {	background-color: #000;	margin: 0;	padding: 0;	}	h1,h2,h3,h4,p,pre,ul,li {	margin: 0;	padding: 0;	}h1 {	position: absolute; top:10px; left:200px;	font-size:15px;	font-family: suns-selif;	font-weight: bold;	color:#333;	text-align:left;	}h2 {	position: absolute; top:0px; left:10px;	font-size:15px;	color:#000;	text-align:left;	}#container	{	position: relative;	width:700px;	height:497px;	background-image: url(img/karaagetop.jpg);	background-repeat: no-repeat;	background-color: black;	margin-left: auto;	margin-right: auto;	margin-top:20px;	z-index:1;	}	#container a {	position :absolute;	left : 200px;	top : 400px;	font-size: 25px;	font-family: Arial Black,sans-selif;	font-weight: normal;	color : #fff;	z-index : 2;	}	#menu {	position: absolute; top: 260px; left: 175px;	}#menu li {	list-style-type: none;	float: left;	margin-left: 0;	padding-left: 0;	font-size: 12px;	font-family: Arial Black,sans-selif;	font-weight: normal;	}#menu li a {	display: block;	width: 50px;		height: 15px;	color: #efefef;	background-image: url(img/menu.png);	background-repeat: no-repeat;	background-position: left bottom;	border: solid 1px #efefef;	text-align: center;	text-decoration: none;	line-height: 15px;	}#menu li a:hover {	color: #22a;	background-image: url(img/menu.png);	background-repeat: no-repeat;	background-position: left top;	}/*Hiding from IE5/mac \*/*html #menu li a {	display: block;	width: 50px;		height: 15px;	background: none;	filter:progid:DXImageTransform.Microsoft.AlfaImageLoader(src='img/menu.png',sizingMethod='scale');	}/*end*//*footer*/#footer	{	position: absolute; top: 470px; left: 300px;	text-align:left;	z-index : 3;	}#footer i	{	color : #fff;	font-size:10px;	font-family:osaka,‚l‚r ‚oƒSƒVƒbƒN;	}	#footer a	{	color:#fff;	text-decoration:underline;	}
