﻿body
{
margin:0;
background-color:White;
}

.inner
{
position: absolute;
left: 50%; 
width: 720px;
margin-left: -360px;
height: 400px;
top: -200px;
}

.outer
{
position: absolute;
top: 50%;
width: 98%;
height: 1px;
overflow: visible;
}

.main
{
background-image: url('../images/main.png');
width:720px;
height:364px;
clear:both;
margin-bottom:20px;
}

.join
{
background-image: url('../images/join.png');
width:136px;
height:45px;
float:left;
margin-top:3px;
}

.or
{
background-image: url('../images/or.png');
width:17px;
height:45px;
float:left;
margin-top:3px;
}

a
{
display:block;
float:left;
}

img
{
border:none;
}