html{
	height: 100%;
}
body{
	margin: 0px;
	background-color:#040707;
	height:100%;
}

table{
	margin:auto;
	border-collapse: collapse;
	padding: 0px;
	height:100%;
	width:100%;
}
table,th,td{
	background-color:#EEDDDD;
	font-weight: 600;
	vertical-align: top;
}
th{
	font: Impact;
	font-size: 16px;
	color: #D92026

}
td{
	font-family: Arial;
	font-size: 12px;

}
.copytext{
	margin-top: 50px;
	width:450px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.logo{
	width:600;
	background-color: #040707;
	height: 125px;
}
.filler1{
	background: linear-gradient(to right, #B02222 , #CF2222);
	min-width: 200px;
}
.filler2{
	background: linear-gradient(to left, #B02222 , #CF2222);
	min-width: 200px;
}

a{
	text-decoration: none;
	color:#EE2222;
	font-weight: 900;
}

.selectfiller{
	width:150px;
	background-color: #040707;
}

.select{
	height:40px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	background-color: #040707;
	
}
.content{
	margin-top: 40px;
	width:60%;
	height:200px;
}

.formele{
	width:300px;
	height: 30px;
	vertical-align: middle;
}
textarea{
	width:400px;
	height:50px;
}
.itemimage{
	width:150px;
	height: 150px;
}
.itemtitle{
		margin-left:10px;
	margin-right:10px;
	font-weight: 700;
}
.itemdesc{
		margin-left:10px;
	margin-right:10px;
	font-weight:500;
}
.itemtext{

	vertical-align: middle;
	height: 150px;
}
.fillerrow{
	height:auto;
}