﻿body 
{
	margin:0;
	padding:0;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
}
#container
{
    width: 1000px;
    margin: 0 auto;
    background-color: #000000;
}
#header
{
    height: 120px;
    width: 966px;
    background: #000000 url(../borderlands/images/header.jpg) no-repeat top left;    
}
#content
{
    background: #000000 url(../borderlands/images/background.jpg) no-repeat top right;
    padding: 20px;
    width: 926px;
    min-height: 550px;
}
#footer
{
    clear: both;
    height: 16px;
}
.copy
{
    float: left;
    width: 530px;
}
.pipes-horizontal
{
    background: #000000 url(../borderlands/images/pipes-horizontal.gif) repeat-x bottom left;
}
.pipes-vertical
{
    background: #000000 url(../borderlands/images/pipes-vertical.gif) repeat-y top left;
    padding: 0px 17px 0px 17px;
}
h1
{
    margin: 0;
    font-size: 24px;
}
a
{
    font-style: italic;
    color: #be7a3b;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#calculator
{
    background: url(../borderlands/images/calculator-bg.gif) no-repeat top left;
    width: 223px;
    height: 344px;
    padding: 22px 25px 22px 25px;
    float: left;
    clear: both;
}
#calculator .answer
{
    width: 219px;
    height: 50px;
    text-align: right;
    padding: 7px 7px 7px 3px;
    color: #000000;
    margin-bottom: 18px;
    font: 60px Courier, Courier New, Serif;
    font-weight: bold;
    line-height: 50px;
}
#calculator .number-col1, #calculator .number-col2, #calculator .number-col3
{
    /*background-color: Red;*/
    width: 53px;
    height: 53px;
    margin-right: 35px;
    float: left;
}
#calculator .number-col2
{
    margin-right: 29px;
}
#calculator .number-col3
{
    margin-right: 0px;
}
#calculator .number-row1
{
    margin-bottom: 18px;
}
#calculator .number-row2
{
    margin-bottom: 16px;
}
#calculator .number-row3
{
    margin-bottom: 16px;
}
#calculator .enter
{
    /*background-color: Red;*/
    width: 134px;
    height: 53px;
    float: left;
    margin-right: 0px;
}
#codes
{
    float: left;
    width: 285px;
    font-size: 30px;
    font-weight: bold;
    font-family: Courier New, Serif;
    margin: 0px 0px 0px 10px;
    padding: 0;
}
#codes .item
{
    clear: both;
    margin: 10px 0px 5px 0px;
    padding: 2px;
    height: 50px;
    height: 80px;
    border: 1px solid #be7a3b;
}
#codes .character
{
    float: left;
    width: 60px;
}
#codes .text
{
    float: left;
    width: 165px;
    padding-top: 7px;
}
#codes .image
{
    float: left;
    width: 50px;
    padding-top: 15px;
}
