*
{
padding:0px;
margin: 0px;
}

html {
	height:100%;
}

body
{
background: #cdcdcd;
font-size: 12px;
font-family: 'Maven Pro', cursive;
color:#333;
line-height: 18px;
}

#upbg {
position:absolute;
top:0;
background: url(../images/upbg.jpg) no-repeat top center;
width:1024px;
width:100%;
height:768px;
z-index:0;
margin-left:auto;
margin-right:auto;
float: left;
padding: 0;
left:0;
}

#outer
{
position: relative;
width: 434px;
margin: 300px auto;
z-index:1;

}

#rightcontent
{
position: relative;
width: 300px;
height:100%;
margin-bottom:0px;
padding: 0;
float:right;
right:0;
}

#leftcontent
{
position: relative;
width: 120px;
height:100%;
margin-bottom:0px;
padding: 0;
float:left;
left:0;
border-right: 1px solid #d5d5d5;
}

h1
{
position: relative;
font-size:25px;
letter-spacing: 0;
font-weight:900;
line-height:30px;
margin-left:53px;
color: #999;
}