* {
	margin: 0;
}

html {
	min-height: 100%;
	height: auto;
}

body {
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left;
}

a {
    color: #E5C12A;
}

img.top {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#content {
	background-image:url(images/bg.png);
	background-repeat:repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	color: #E1E1DF;
}
