@charset "utf-8";
/* CSS Document */

/* CSS BROWSER RESET */
body, div, h1, h2, h3, h4, h5, h6,  dl, dt, dd, pre, form, fieldset, legend, input, textarea, label, blockquote, th{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
}
p{
	margin: 5px 0;
	padding: 0;
}
a, span {
	background-repeat: no-repeat;
	outline: none;
}
fieldset, img, abbr, acronym {
	border: none;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
input, textarea, select {
	font-family: inherit;
	font-size:inherit;
	font-weight:inherit;
	height: auto;
	min-height: 20px;	
}
/* declare your site defaults here */

#main-cont{
	width: 100%;
	height: 600px;
	background-image: url(../images/elepahant-house.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
#blinker{ width: 427px; height: 77px; background-image: url(../images/awaiting_03.gif); background-repeat:no-repeat; position: absolute; top: 398px; left: 458px; 
}
h1{
	display: none;
}
