@charset "UTF-8";
/* CSS Document */
*{ padding:0px; margin:0px; border:0px solid black; }
body{ font-family:"Comic Sans MS", cursive; }
.sky{ width:100%; background:url(/img/sky.png) repeat-x #FFF; }
.header{ position:relative; background:url(/img/toadsoffun.png) no-repeat center bottom; width:900px; height:230px; margin-left:auto; margin-right:auto; }
.content{ width:872px; margin-left:auto; margin-right:auto; background-color:#FFF; padding: 0 10px 20px 10px; }
.cont_top{ background:url(/img/top.png) no-repeat; width:900px; height:31px; margin-left:auto; margin-right:auto; padding-top:5px; }
.left{ background:url(/img/left.png) repeat-y; margin-left:auto; margin-right:auto; width:900px; }
.right{ background:url(/img/right.png) top right repeat-y; margin-left:auto; margin-right:auto; width:900px; }
.cont_bottom{ background:url(/img/bottom.png) no-repeat; width:900px; height:36px; margin-left:auto; margin-right:auto; }
.footer{ padding:20px; color:#B2B2B2; }

h1{ color:#909; font-size:30px; }
h2{ color:#7B8DD7; font-size:20px; }
h3{ color:#699E66; font-size:15px; }

.cont_bottom a:link, .cont_bottom a:visited{ padding:0 7px 0 7px; color:#069; }
.cont_bottom a:hover{ color:#909; }
input{ border:1px solid #7B8DD7; font-size:25px; margin: 10px; }
