/*
Basic template Initial Design by Free CSS Templates 
Additional	design	1lovemedia2008Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #000000;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #615f5f;
}


/* Page */

#page {
	width: 400px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #000000;
	border: 0px solid #131313;
	border-top: none;
}

/* Content */

#content {
	float: centre;
	width: 400px;
	padding: 0px 0px 0px 0px;
}

