* { margin: 0; padding: 0; }

body {
	font: 80% Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #ffffff;
	background: #E1E1E1 url(../images/bg_01.gif) repeat-x;
}

a {
  color: #B33700;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: red;  
}

.container {
	text-align: center;
}

.mainbox {
  position: relative;
	text-align: center;
	width: 600px;
	height: 451px;
	margin: auto;
	background: url(../images/dummy_01.jpg) no-repeat;
}

ul {
  position: absolute;
  top: 250px;
  left: 100px;
  text-align: left;
}

li {
  margin: 5px;
}
