@charset "utf-8";
/* global */

body { 
	background-image:url(/latoya.png);
	background-attachment:fixed;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#000000;
}

div#container {
	margin:0 auto;
	width:850px;
}

.logo {
	margin-top:200px;
	float:right;
}

.form {
	float:right;
	margin-top:10px;
	color:#FFFFFF;
	text-align:right;
	font-family:"Century Gothic";
	font-size:15px;
}
