
* {
	padding: 0;
	margin: 0;
	border: none;
	list-style-type: none;
}

body {
	background-image: url('images/mainimage.png');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center
}

#loginboxcontainer {
	width: 960px;
	margin: 0 auto;
}

#loginboxcontainer img {
	float: right;
}

.clear {
	clear: both;
}

#loginbox a, #loginbox a:visited, #loginbox a:active {
	text-decoration: none;
	
	font-size: 16px;
	font-family: Arial;
	color: #7210a1;
	
	padding-left: 20px;
	padding-right: 20px;
}

#loginbox {
	padding-top: 7px;
	padding-left: 50px;
	float: right;
	background-image: url('images/loginbox.png');
	background-repeat: no-repeat;
	width: 348px;
	height: 38px;
}
