﻿

/* both logos - h1 is the brand, h2 is the plusyou */
h1.logo {
	background-image: url('/images/plusyou/generic/plusyou-logo.png'); 
	text-indent:-9999px;
	width:400px;
	height:100px;
	background-repeat:no-repeat;
	position:relative;
	float:left;
}

h2.poweredBy {
	background-image: url('/images/plusyou/generic/plusyou.png'); 
	text-indent:-9999px;
	width:100px;
	height:40px;
	background-repeat:no-repeat;
	position:relative;
	float:right;
}

.loginfooter {
	margin-top: 20px;
}