* {
    margin: 0px;
}

input[type="submit"], input[type="button"] {
color: white;
background-color: #464646;
font-weight: bold;
border: 2px solid black;
}

input[type="submit"]:hover, input[type="button"]:hover {
color: #c3a130;
}

html, body {
    background-color: #126cc4;
    /*background-image:url('background.jpg');*/
    background-repeat: repeat-y;
    background-position: 0px -4px;
    font-family: arial;
}

#banner {
    /*width: 1000px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #126cc4;*/
    display: none;
}

h1 {
    /*margin-top: 400px;*/
    color: white;
    background-color: black;
    font-size: 50px;
    text-align: center;
    width: 1000px;
    height: 60px;
}

#wrapper {
    background-color: #464646;
    width: 1000px;
}

#linkdiv {
    float: left;
    padding-top: 50px;
}

a {
    text-decoration: none;
}

#linkdiv>a {
    text-decoration: none;
    text-align: center;
    background-color: black;
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
    width: 250px;
    min-width: 250px;
    height: 50px;
    color: white;
}

#linkdiv>a:hover {
    color: #c3a130;
}

.break {
    margin: 5px;
}

#content {
    padding-left: 50px;
    padding-right: 50px;
    width: 648px;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: 250px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #c1c1c1;
    color: black;
}

#searchresult {
    width: 100%;
}

#td1 {
    border: 2px solid black;
    vertical-align: top;
    width: 250px;
}

#td1 td {
    vertical-align: top;
}

#td2 {
    border: 2px solid black;
    padding: 5px;
    vertical-align: top;
}

.numinput {
    width: 30px;
}

.deckinput {
    text-align: center;
}

.sample tr td {
    vertical-align: top;
    width: 300px;
}

th {
    text-align: left;
}

#footer {
    text-align: center;
    color: white;
    width: 750px;
    background-color: black;
    height: 101px;
    padding-top: 11px;
    padding-left: 250px;
}