@CHARSET "UTF-8";

#main {
border: 1px solid #999999;
height: 500px;
width: 720px;
margin: 20px auto 0 auto;
}

#controls {
width: 720px;
}

#view {
text-align: center;
}

#footer {
width: 720px;
margin: 0 auto;
position:relative;
}

#instructions {
background-color: #FFFFFF;
text-align: left;
width: 600px;
position: absolute;
top: 0px;
left: 50px;
border: 1px solid #333333;
padding: 5px;
}

#closebutton {
margin-top: 10px;
text-align: center;
}

#closebutton a{
font-weight: bold;
text-decoration: none;
}
