@charset "UTF-8";
/* CSS Document */

body {
		margin: 40px;
		background: url(../images/bg.png) repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #d24a14;
		letter-spacing: -0.5px;
		height: 100%;
	}
	
div {
	width: 400px;	
}

.clear {
	clear: both;
	}
	
hr {
		background: url(../images/hr.png) left center repeat-x;
		border: none;
		height: 5px;
		margin: 35px 0px 35px 0px;
	}
	
a {
		color: #d24a14;
		text-decoration: none;
		background: url(../images/hr.png) left bottom repeat-x;
	}
	
#bottom {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
