/*
 * CSS specific for the kasidie home page
 */


html,body {
	background-color: black;
	width:1000px !important;
	padding:0px 5px 5px 5px;
	font-size:14px;
	line-height: 1.42857143;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2 {
	font-size:18px !important;	
}

h3 {
	font-size:14px !important;	
}

h4 {
	font-size:12px !important;
}



.main-background-image {
	background-image: url(/static/graphics/mainTop.gif);
	background-repeat:no-repeat;
	height:635px;
	width:996px;
}

.reg-background-image {
	background-image: url(/static/graphics/signup_background.gif);
	background-repeat:no-repeat;
	width:239px;
	height:492px;
	margin-top:70px
}

.faqs {
	margin-left:40px;
	margin-right:40px;
}

.party-links {
	margin-left:40px;
	margin-right:40px;
}
