@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
* {
margin: 0px;
padding: 0px;
}
html {
min-height: 100%;
height: auto;
}
img { 
border: none; 
}
a:link {
color:#99CCCC;
}
a:visited {
color: #99CCCC;
text-decoration:none;
}
a:hover {
color: #FFCC00;
}
a:active {
color: #99CCCC;
}
body,td,th {
background-color:#99CCCC;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color:#99CCCC;
background-image:url(images/bg.gif);
background-position:bottom;
background-attachment:fixed;
background-repeat:repeat-x;
}
.cbb {
margin:1em 0;
padding:0 10px;
border:1px solid #666;
background:#fff;
}
.cb {
margin:0.5em 0;
}
/* Top corners and border */
.bt {
height:17px;
margin:0 0 0 18px;
background:url(box.png) no-repeat 100% 0;
}
.bt div {
position:relative;
left:-18px;
width:18px;
height:17px;
background:url(box.png) no-repeat 0 0;
font-size:0;
line-height:0;
}
/* Bottom corners and border */
.bb {
height:14px;
margin:0 0 0 12px;
background:url(box.png) no-repeat 100% 100%;
}
.bb div {
position:relative;
left:-12px;
width:18px;
height:14px;
background:url(box.png) no-repeat 0 100%;
font-size:0;
line-height:0;
}

/* Left border */
.i1 {
padding:0 0 0 12px;
background:url(borders.png) repeat-y 0 0;
}
/* Right border */
.i2 {
padding:0 12px 0 0;
background:url(borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
display:block;
margin:0;
padding:1px 10px 10px 10px;
background:#fff;
}
/* Make the content wrapper auto clearing so it will contain floats. */
.i3:after {
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
.i3 {
display:inline-block;
}
.i3 {
display:block;
}
.hamster {
position:fixed;
background-image:url(images/corner2.gif);
background-repeat:no-repeat;
height:332px;
width:300px;
right:0px;
bottom:0px;
z-index:10;
}
.name {
position:fixed;
height:200px;
width:200px;
left:0px;
top:0px;
z-index:8;
}
.right {
position:absolute;
width:300px;
margin-top:30px;
margin-left:636px;
z-index:7;
}
.block {
position:absolute;
margin:0 2 36 2px;
z-index:9;
}
.content {
width:436px;
margin-left: 180px;
margin-top:10px;
}
.scrawl {
position:absolute;
margin-top:10px;
margin-right:35px;
margin-left:10px;
z-index:6;
}
.cd {
margin-top:-50px;
margin-left:-10px;
float:left;
}
.label {
margin-top:-40px;
margin-right:-45px;
float:right;
}
.link {
margin-right: -35px;
float:right;
}
.style1 {
font-size: 18px}
-->
</style>