
/* Tags */

body {	padding: 0px; margin: 0px; 	font-family: "Gill Sans", "Trebuchet MS", FreeSans, Verdana, Arial, sans-serif; }

/* Layout */

#mainDiv 	{ margin: 0 auto; background-image: url('images/bg.jpg'); height: 768px; width: 1024px; background-repeat: no-repeat; }

#frog		{ height: 213px; width: 192px; margin: 0px; margin-top: 202px; padding-left: 239px; float: left; }

#frog a img	{ border: none; }

#frog a img:hover { cursor: pointer; }

#frogImgOver 	  { display: none; }

#disclamer { 
	float: right;
	height: 300px; 
	width: 480px;
	margin: 330px 0 0 0;
	font-size: 20px;
    color: #666666;
    line-height: 1.3em;
    }

#disclamer strong {
    font-style : normal;
    font-weight: normal;
	color	   : #924b9f;
}

#disclamer b {
    font-style : normal;
    font-weight: normal;
	color	   : #6ba31b;
}

#disclamer a, #disclamer a:visited {
    font-style : normal;
    font-weight: normal;
	color	   : #35578a;
}

/* SEO STUFF */

.seoStuff {
	display: none;
}