div.header {
	padding-bottom: 20px;
}

div.header h1 {
	height: 150px;
}

div.header h1 a {
	width: 390px;
	height: 120px;
	background-image: url('/images/logos/wheelies-large.png');
}

div.header a.ms-logo {
	background-image: url('/images/backgrounds/corner-logo-large.png');
	width: 156px;
	height: 147px;
}

div.header a.ms-logo img {
	padding-left: 30px;
	padding-top: 25px;
}

div.wrapper {
	padding: 0px;
	width: 823px;
}

div.main {
	background: none;
	padding: 0px;
}

div.wrapper {
	background-image: url('/images/backgrounds/gradient-top.png');
	background-position: top right;
}

div.content {
	margin : 0px 2%;
}
div.content p {	
	line-height : 1.2em;
}

div.home h2 {
	color: black;
	border: none;
}

div.columns.three {
	float: right;
	width: 30%;
	min-width : 0px;
}

div.columns.three+div.columns.three {
	margin-right: 3%;
	margin-left: 0%;
}
div.columns.three.large {
	width : 35%;
}
div.columns.three.small {
	width : 23%;
}


span.corner {
	width: 20px;
	height: 20px;
	background-image: url('/images/backgrounds/gradient-top.png');
	background-attachment: fixed;
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #00BAB6;
}

span.corner.tl {
	left: -2px;
	top: -2px;
	background-position: top right;
}

span.corner.tr {
	right: -2px;
	top: -2px;
	background-position: top right;
}

span.corner.br {
	bottom: -2px;
	right: -2px;
	background-position: top right;
}

span.corner.bl {
	left: -2px;
	bottom: -2px;
	background-position: top right;
}

span.corner span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

div.buy span.corner span {
	background-image: url('/images/backgrounds/corners/buy-dashed.png');
}

div.swap span.corner span {
	background-image: url('/images/backgrounds/corners/swap-dashed.png');
}

div.login span.corner span {
	background-image: url('/images/backgrounds/corners/login-dashed.png');
}

span.corner.tl span {
	background-position: left top;
}

span.corner.tr span {
	background-position: right top;
}

span.corner.br span {
	background-position: right bottom;
}

span.corner.bl span {
	background-position: left bottom;
}

a.big {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size : 1.5em;
}

a.big img {
	display: block;
	margin: 0px auto;
	clear: both;
	border: 0px;
}

div.buy,div.swap,div.login {
	position: relative;
	border: 2px dashed #00BAB6;
	padding: 10px 20px;
}

div.buy {
	background-color: black;
	border-color: white;
	color: white;
}

div.swap {
	background-color: white;
	border-color: black;
}

div.text {
	color: black;
}

div.login {
	margin-top: 30px;
	background-color: white;
	padding-bottom: 20px;
}


div.login span.text {
	width : 100%;
	margin : 0px;
	text-align : left;
}
div.login input.text, div.login input.password {
	width : 100%;
	margin : 0px;
}
div.login fieldset.submit {
	text-align : left;
}
div.login fieldset.submit input {
	margin : 0px;
}

hr {
	border: 0px;
	border-bottom: 1px dashed white;
	clear: both;
	margin-bottom: 2em;
	height: 2em;
}

div.footer {
	background: none;
	background-color: white;
	padding: 1em;
}