* {
	margin: 0;
	padding: 0;
}
#footer{
    clear: both;
    display: block;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    bottom: 80px;
    width: 100%;
}
/* body {
	position: relative;
	background: url('/EasyJava/static/images/assets/welcome.jpg') no-repeat
		top;
	font-family: Tahoma, Arial, sans-serif;
}
 */
img {
	border: 0;
}

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

#container #box {
	clear: both;
	float: none;
	width: 70%;
}

p.main INPUT {
	background: url('/MarketFlow/static/images/input.png') 0 0 repeat-x;
	border: 1px solid #d3d3d3;
	color: #555;
	padding: 5px;
	width: 200px;
}

input.login {
	padding: 3px 10px 3px 10px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #555;
	background: url('/MarketFlow/static/images/rep1.png') 50% 50% repeat-x;
	display: inline;
}

.space {
	padding-top: 15px;
}