/* CSS Document */
* {margin:0; padding:0}

h1{
color: #010302;
font-size: 11px;
}

h3{
color: #EEE;
font-size: 15px;

}

 h2, h4, h5, h6{
font-family: georgia;
color: #EEE;
line-height: 20px;
}

p{
font-family: verdana;
font-size: 11px;
line-height: 15px;
color: #FFF;
}
p.center{
text-align: center;
}

a{
  text-decoration: none;
	color: #DDD;
}
a:hover{
  text-decoration: underline;
	color: #999;
}

.bold{
font-weight: bold;
}
body{
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
 background-color: #000;
 background-attachment: fixed; 
}
img{
border-width: 1px;
border-style: solid;
border-color: #000;
float: left;
margin: 5px;
}

img.stunt{
margin: 0px;

}

img.noBorder{
border-width: 0px;

}



#stuntTeam{
position: relative;
  margin-left: auto;
  margin-right: auto;

 background-repeat: no-repeat;
 background-color: #ffff;

 width: 750px;
 min-height: 85px;
 padding: 20px;
   border-width: 0px;
  border-style: solid;
  border-color: #000;
  margin-top: 10px;
  padding-bottom: 0px;

 
 
}

#pasek{
border-width: 1px;
border-style: solid;
border-color: #000;
height: 12px;
width:100%;
top: 0px;
background-color: #111
}

#main{
position: relative;
border-width: 1px;
border-style: solid;
border-color: #000;
background-color: #151515;


margin-left: auto;
margin-right: auto;
margin-bottom: 200px;
padding: 20px;
border-width: 1px;
width: 750px;
min-height: 400px;

}



#footer{
bottom:0px;
position: fixed;
height: 30px;
width: 100%;

border-width: 1px;
border-style: solid;
border-color: #000;
background-color: #222;

}
p.inny{
color: #010302;
font-size: 11px;
}
