@charset "UTF-8";

a:link {
	color: #FDFAD7;
	text-decoration: none;
}
a:hover {
	color: #C5C0BB;
	text-decoration: none;
}
.main {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background-color: #be141b;
	height: 695px;
	width: 900px;
	border: none;
}
.main2 {
	margin: 0px;
	padding: 0px;
	background-color: #FDFAD7;
	border: none;
}
.addbutton {
	position: absolute;
	top: 186px;
	left: 755px;
}
.menu {
	position: absolute;
	top: 457px;
	left: 770px;
}
.cards {
	position: absolute;
	top: 670px;
	left: 789px;
}
.dealtitle {
	position: absolute;
	top: 184px;
	left: 19px;
}
.dealtext {
	position: absolute;
	top: 209px;
	left: 185px;
	width: 172px;
}
