/* Stop! CSS time. */
/* NIC.AC override */

body {
	background: #aa0303;
	background: -moz-linear-gradient(top,  #aa0303 0%, #510101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa0303), color-stop(100%,#510101));
	background: -webkit-linear-gradient(top,  #aa0303 0%,#510101 100%);
	background: -o-linear-gradient(top,  #aa0303 0%,#510101 100%);
	background: -ms-linear-gradient(top,  #aa0303 0%,#510101 100%);
	background: linear-gradient(to bottom,  #aa0303 0%,#510101 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0303', endColorstr='#510101',GradientType=0 );
}

#billboard {
	border-radius: 20px;
	border-top-left-radius: 100px;
}

.imaginetop {
	color: rgb(170,3,3);
}

.hellobox {
	background-color: rgba(170,3,3,0.8);
}

.headline {
	background-color: rgba(170,3,3,0.7);
}

.actionget {
	background-color: rgba(170,3,3,0.8);
}
 
.search-wrapper button {
	background: #aa0303;
	background: -moz-linear-gradient(top,  #aa0303 0%, #510101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa0303), color-stop(100%,#510101));
	background: -webkit-linear-gradient(top,  #aa0303 0%,#510101 100%);
	background: -o-linear-gradient(top,  #aa0303 0%,#510101 100%);
	background: -ms-linear-gradient(top,  #aa0303 0%,#510101 100%);
	background: linear-gradient(to bottom,  #aa0303 0%,#510101 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0303', endColorstr='#510101',GradientType=0 );
}

