html, body {
margin: 0;
padding: 0;
}

body  {
	text-align: center;
	font-family: courier new,arial,sans-serif;
	font-size: 76%;
	background-color: #181818;
	background-image:url("back.gif");
background-repeat: no-repeat;
background-position:  center;

height: 657px;
	}

#container 
	{
	position: relative;
	width: 753px;
	margin: 20px auto;
	background: url (back.gif);
	text-align: left;
} 
	
a img {
   border: 0px;
}


a{
outline:none;
} 

#menu_home_sx img
	{
	position: relative;
	top: 393px;
	margin-left: 0px;
	margin-right: 386px;


	}

#menu_home_dx img
	{
	position: relative;
	top: 357px;
	margin-left: 386px;
	margin-right: 0px;
		background-image:url("story.gif");

	}
	
#content
	{
	margin: 0;
	padding: 0;
	}






