﻿* {
margin: 0;
padding: 0;
border: 0;
}
html {
overflow: scroll-y;
}
body {
font-family: Georgia, "Times New Roman", serif;
background: url(images/watp.jpg) no-repeat;
background-position: center top;
font-size: 12px;
}
table {
border-collapse: collapse;
}
#master {
width: 950px;
height: 600px;
margin: auto auto;
text-align: center;
padding-top: 500px;
}
a.main {
font-size: 24px;
color: #887;
padding: 0 10px;
font-family: Georgia, serif;
letter-spacing: -1px;
font-weight: normal;
text-decoration: none;
}
a.main:hover {
color: #1c453b;
text-decoration: none;
}