
*, html { font-family: Verdana, Arial, Helvetica, sans-serif; }

html,body { width: 100%; }

body, form, ul, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}
html { 
	background: #FFF; 
}
img { border: none; }
p
{
	font-size: 1em;
	margin: 0 0 1em 0;
	padding-left: 6px;
}

@font-face {
  font-family: "omnomnom";
  src: url("../fonts/magistralc_bold.otf");
}
	
/* CSS Chameleon styles */
body { 
	font: .8em  Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
}


#wrapper
{
	position: relative;
	width: 100%;
	min-height: 100%;
	background: #FFF; 
}

#ttop
{
	max-width: 850px;
	margin: 0 auto;
	padding: 0;
	min-width: 850px !important;
	height: 600px;
	background: #FFF; 
}




#footer {
position: absolute;
width: 100%;
top: 600px;
height: 40px;
background: #FFF;
}


.castle
{	
	width: 100%;
	height: 40px;
	background: url(../images/bottom.png) repeat-x; 
}
