body {
    font-family: arial, helvetica, sans-serif;
    padding:0;
    margin:0;
    background: #000 url(../images/kickpile_launch.png) no-repeat 50% 23px;
}

#rocketwood_logo {
    display:block;
    height:80px;
    background: transparent url(../images/rw_logo.png) no-repeat 20px 10px;
}

#kick-banner {
    display:block;
    height:150px;
    text-align:center;
    margin:20px auto 0 auto;
}

#kick-banner img {
    margin:0 auto;
}

#content {
    text-align:center;
    margin:90px auto 0 auto;
}

.login_div {
    width:620px;
    text-align:center;
    margin:20px auto 0;
}

.login_body {
    border-left:1px solid #999999;
    border-right:1px solid #999999;
}

.welcome {
    text-align:center;
    width:380px;
    vertical-align:top;
}

.welcome h1 {
    height:150px;
    font-size:11pt;
    line-height:14pt;
    color:#999999;
    padding:15px;
    margin: 8px 35px 8px 25px;
    background-color:#272d1a;
    border:1px solid #bbe650;
}

.welcome h1 sup{
    font-size:6pt;
}

.welcome h1 span.iconnect {
    font-weight:bold;
    color:#bbe650;
}

.welcome h1 span.kick {
    color:#bbe650;
    font-weight:bold;
}

.welcome h1 span.pile {
    font-size:9pt;
    color:#eea755;
}


.login_form h2 {
    margin:0;
    border-bottom:1px solid #eeeeee;
    text-align:left;
    font-size:12pt;
    font-weight:bold;
    color:#888888;
}

.login_form td.note {
	font-size:7pt;
	height:70px;
	padding:10px;
	vertical-align:top;
}

.login_form {
    font-size:8pt;
    color:#888888;
}

.login_form input.login_field {
    width:130px;
    height:15px;
    font-size:8pt;
    color:#888888;
		margin:6px 0;
}

.login_form input.submit_button{
    width:120px;
    height:25px;
    font-size:10pt;
    color:#555555;
		margin:6px 0;
}

table#spotlights {
    margin:20px auto;
}

#spotlights td {
    padding:10px;
}

.spotlight {
    height: 100px;
    width:130px;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
}

.spotlight h1 {
    margin:0;
    color: #bbe650;
    font-size:18pt;
    font-weight:normal;
    border-bottom:1px solid #eeeeee;
}

.spotlight h1 span.first {
    color:#fff;
    font-weight:bold;
}

.borders {
    display:block;
    font-size:1px;
    overflow:hidden;
    white-space:nowrap;
    height:1px;
    border-left:1px solid #aaaaaa;
    border-right:1px solid #aaaaaa;
    background-color:#000;
}

.border-five {
    margin:0 5px;
    background-color:#aaaaaa;
}

.border-four {
    margin:0 3px;
    border-width:2px;
}

.border-three {
    margin:0 2px;
}

.border-two {
    margin:0 1px;
}

.border-one {
    margin:0 1px;
}

#people {
    background: #000 url(../images/kick-people.png) no-repeat 50% 40px;
}

#items {
    background: #000 url(../images/kick-items.png) no-repeat 50% 40px;
}

#locations {
    background: #000 url(../images/kick-locations.png) no-repeat 50% 40px;
}

#events {
    background: #000 url(../images/kick-events.png) no-repeat 50% 40px;
}

#footer {
    height:50px;
    /*background: #000 url(../images/kick_bg.jpg) repeat-x bottom;*/
    text-align: center;
    color: #eea755;
    font-size: 8pt;
    font-weight:bold;
}

#footer p {
    text-align: center;
    color: #fff;
    font-size: 12pt;
}

#footer p a {
    color: #fff;
}