
body {
    width: 800px;
    margin: 0 auto;
    background: #000;
    color: #FFF;
    font: 12px sans-serif;
}

h1 {
    font-size: 24px;
    color: #FFF;
}

h2 {
    font-size: 18px;
    margin-top: 0;
    color: #FFF;
}

p {
    color: #FFF;
}

a {
    color: #FFF;
}

a:focus,
a:hover {
    text-decoration: none;
}

table {
    margin-bottom: 10px;
    border-spacing: 0;
}

caption {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

th {
    padding: 0 10px 0 0;
    text-align: right;
}

td {
    padding: 0 10px 0 0;
    text-align: right;
}

.product {
    width: 400px;
    margin: 10px 0;
    padding: 20px 20px 20px 200px;
    border: 1px solid #FFF;
    background-position: 20px 20px;
    background-repeat: no-repeat;
}

.request {
    width: 100px;
}

.megabyte {
    width: 100px;
}

#header {
  display:none;
}

#footer {
  display:none;
}
