@charset "UTF-8";
/* CSS Document */

body { margin: 0px; padding: 0px; width: 100%; height: 100%;}
a { outline: none; }
a img { border: 0px; }
:focus { -moz-outline-style: none; outline-style: none; }
form { margin: 0px; }
a:link { color: #333; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:hover { color: #c00; text-decoration: underline; }
a:active { color: #c00; text-decoration: underline; }

#wrapper1 { position: relative; float: left; width: 400px; height: 470px; background: url(../img/01.jpg) no-repeat top center; }
#wrapper2 { position: relative; float: left; width: 400px; height: 470px; background: url(../img/02.jpg) no-repeat top center; }
#wrapper3 { position: relative; float: left; width: 400px; height: 470px; background: url(../img/03.jpg) no-repeat top center; }
#display { position: relative; float: left; width: 320px; height: 310px; padding: 40px 40px 20px 40px; }
#button1 { position: relative; float: left; width: 140px; height: 100px; }
#button2 { position: relative; float: left; width: 120px; height: 100px; }