* { margin: 0; padding: 0; border: none; }
body { font-family: Verdana, Tahoma, sans-serif; 
	   font-size: 12px; font-weight: normal; 
	   background: #fff; color: #202020; text-align: center; }

a { color: #202020; text-decoration: none; }
a:hover { text-decoration: underline; }

#frame { margin: 0 auto; width: 100%; position: relative; text-align: left; }
#frame #background-left { width: 201px; height: 396px; float: left; display: block; background: url('../images/start-left.jpg') no-repeat right top; }
#frame #background-right { width: 98px; height: 478px; float: right; display: block; background: url('../images/start-right.jpg') no-repeat; }
#frame #page { width: 1000px; height: 638px; display: block; float: left; position: relative; background-image: url('../images/start-center.jpg'); overflow: hidden; }
#frame #page p { position: absolute; left: 61px; top: 285px; }
#frame #page a#enter { position: absolute; left: 269px; top: 396px; width: 230px; height: 80px; }
