
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


#container {
	width: 1000px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header {
	height: 120px;
}

#left {
	width: 630px;
	float: left;
}

#right {
	width: 170px;
	float: right;
}

#extra {
	width: 200px;
	float: right;
	}

.clr {
	clear: both;
}

#copyright {
	width: 400px;
	float: left;
}

#poweredby {
	float: center;
}

#createdby {
	float: right;
}
