


  
  
    body {
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background-color: #fff;
}


div.start {
	position: relative;
  width: 941px;
  height: 474px;
  left: 18px;
  top: 23px;
}

div.master {
	position: relative;
  width: 986px;
  height: 555px;
	margin: 5% auto;
	overflow: hidden;
}

/* CSS-Hack IE 6 (Star-HTML-Hack)*/
* html div.master {
  left: 50%;
  margin-left: -489px;
}


div img {
  border:0px;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
   text-decoration:none;
}

a:hover{
  cursor:pointer;
}

a:active,
a:focus {
  outline: none;
}
  

