body, html {
	background:#ffffff; 
	padding : 0px;
	margin : 0px;
	width : 100%;
	height : 100%;
} 

#logo{
    background: white url('/media/images/blue-jean-logo.png') no-repeat 0 24px;
    height: 88px;
    float:right;
    width: 315px;
}

#top_logo {
    display: none;
    background: white url('/media/images/bluejeans-logo.png') no-repeat;
    border: 0px;
    height: 43px;
    float: left;
    width: 160px;
    margin: 40px 40px 0 40px;
}

#block_header{
	height:30px; 
	background-image: url("/media/images/HeaderNavigationBkgd.png");
	font-size:14px; 
	color:#ffffff;
	font-family:Arial;
}

#headerMain{
	width:960px;
	margin-left:280px;
}

#block_header a{
	color:#ffffff;
	text-decoration:none;
}

#links{
	float:right; 
	margin-top:5px;
	font-size:smaller;
}

#welcomeMsg{
	float:left;
	margin-top:5px;
}

div#login, div#attend {
	height: 390px !important;
}
