html {
    height: 100%;
    width: 100%;
}

body {
    height: 96%;
    width: 98%;
    font-family: Verdana;
    font-size: 14px;
    background-image: url('../img/skyline.png');
	background-color: black;
	background-repeat: repeat-x;
	background-position: 0px 40%;
	background-attachment:fixed;
	color: #FFE8CD;
}

input {
    background-color: #FFE8CD;
	color: #181E00;
    border: 1px solid black;
}

textarea {
    background-color: #FFE8CD;
	color: #181E00;
    border: 1px solid black;
}

select {
    background-color: #FFE8CD;
	color: #181E00;
    border: 1px solid black;
}

option {
    background-color: #FFE8CD;
	color: #181E00;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:active {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #E4E8FF;
    text-decoration: underline;
}

div.box {
    border: 1px solid #000000;
    margin: 0 auto;
    width: 80%;
    background: url('../img/bg.png');
}

*.swblue {
    color: #E1FFAE;
}

div.sideline_r2l {
    background: url('../img/sideline_r2l.png');
    background-position: right top;
    background-repeat: repeat-y;
}

div.sideline_l2r {
    background: url('../img/sideline_l2r.png');
    background-position: left top;
    background-repeat: repeat-y;
}

div.margin_sides {
    padding-left: 10px;
    padding-right: 10px;
}

div.margin_horizontal {
    padding-top: 5px;
    padding-bottom: 5px;
}

td.content {
    width: 85%;
    vertical-align: top;
    padding-left: 10px;
    border-left: 1px solid black;
}