/* CSS Document */

@charset "utf-8";

html {
width:100%;
height:100%;
margin:0 auto;
}

body {
width:100%;
height:100%;
display:block;
margin:0 auto;
font-family:palatino linotype,serif,arial,tahoma,verdana,helvetica;
font-size:85%; 
background-image:url(../images/background/bear_background.jpg);
background-position: 35% 100%;
background-repeat: no-repeat;
background-attachment: fixed;
background-color:#2d2d2b;	
}

form, fieldset { 
margin:0;
padding:0;
}	

form label { 
cursor:pointer; 
}

fieldset { 
border:none;
}

h1 {
color:#222;
}

h2 {
color:#222;
}

h3 {
color:#222;
}

h4 {
color:#222;
}

h5 {
color:#222;
}

h6 {
color:#222;
}

p {
font-weight:normal;
color:#FFF;
}

p:first-line { 
text-indent: 0;
display:inline;
margin-top:0;
padding-top:0;
}

li {
font-weight:bold;
color:#444;
}

a:link{
font-weight:bold;
color:#000;
text-decoration:none;
}

a:visited{
font-weight:bold;
color:#000;
text-decoration:none;
}

a:hover{
font-weight:bold;
color:#FFF;
text-decoration:none;
}

a:active{
font-weight:bold;
color:#FFF;
text-decoration:none;
}

img, IMG {
border:0;
}