style.css
935 Bytes
@charset "UTF-8";
/* CSS Document */
*{ margin:0; padding:0; list-style:none; border:0;}
body {
width:100%;
height:auto;
color:#CCC;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
background: #000 ;
font-size: large;
text-align: center
}
#top{ background:url(images/bg.jpg) no-repeat top center #000000; height:112px; padding:230px 0 0 0;}
.info{ padding:10px 0; margin: 30px 0 30px 0; line-height:3 }
.info .input{ width:600px; background:#2e2e2e; font-size:xx-large }
.button {
width: 220px;
height: 220px;
font-size: xx-large;
color:#eee;
margin:6px;
}
.btn1{ background:url(images/btn_1.png) 0 0;}
.btn2{ background:url(images/btn_2.png) 0 0;}
.btn3{ background:url(images/btn_3.png) 0 0;}
.btn4{ background:url(images/btn_4.png) 0 0;}
.toolbuttons { margin-left:100px; margin-right:100px}