 /* Style Definitions */
html {
	
}
body {
	margin: 50px;
	padding: 0;
	border: 0;
	font-size: 14px;
	background:url(../images/cnvbkgnd.jpg);
	text-align: center;	

}
#fsbg {
	height: auto;
	width: 100%;
	position: fixed;
	z-index: -100;
	left: 0px;
	top: 0px;
	min-height: 100%;
	min-width: 1040px;
}

 p {
	display: block;
	text-align: -webkit-center;
	font-family: Sambhota, SambhotaUnicode, "Microsoft Himalaya";
    font-size: 1.75em;
}

#header {
	position:relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	line-height: 50px;
	background:#261ED8;
	padding: 0;
	color: #eee;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
input {
	background-color: #E0C121;
	font-size: 1.5em;
	color: #261ED8;
	border-radius: 5px;
	padding:5px;
}

img{
	margin:10px;	
}
