body{
	margin:0px;
	background: url(imgs/index-bg.jpg);
	background-repeat:repeat-x;
}
.enter-div{
	background: #d4000b; /* Old browsers */
background: -moz-linear-gradient(top, #d4000b 0%, #cb010b 39%, #a9040d 72%, #94060e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4000b), color-stop(39%,#cb010b), color-stop(72%,#a9040d), color-stop(100%,#94060e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d4000b 0%,#cb010b 39%,#a9040d 72%,#94060e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d4000b 0%,#cb010b 39%,#a9040d 72%,#94060e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d4000b 0%,#cb010b 39%,#a9040d 72%,#94060e 100%); /* IE10+ */
background: linear-gradient(to bottom, #d4000b 0%,#cb010b 39%,#a9040d 72%,#94060e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4000b', endColorstr='#94060e',GradientType=0 ); /* IE6-9 */
-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.enterwebsite{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
.enterwebsite_link{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	padding-bottom:10px; padding-left:15px; padding-right:15px; padding-top:10px;
	background: #d4000b; /* Old browsers */
	background: -moz-linear-gradient(top, #d4000b 0%, #cb010b 39%, #a9040d 72%, #94060e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4000b), color-stop(39%,#cb010b), color-stop(72%,#a9040d), color-stop(100%,#94060e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d4000b 0%,#cb010b 39%,#a9040d 72%,#94060e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d4000b 0%,#cb010b 39%,#a9040d 72%,#94060e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d4000b 0%,#cb010b 39%,#a9040d 72%,#94060e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d4000b 0%,#cb010b 39%,#a9040d 72%,#94060e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4000b', endColorstr='#94060e',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
.enterwebsite_link:hover{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#E0E0E0;
		padding-bottom:10px; padding-left:15px; padding-right:15px; padding-top:10px;
	background:#000000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.bottom{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#717171;
	font-weight:normal;
}
.bottom_link{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#717171;
	font-weight:normal;
}
.bottom_link:hover{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}