body {
   background-color: #363636;
   margin: 0px;
}
#main_home {
   width: 880px;
   margin: 0 auto 0 auto;
   background-color:black;
   
}
#border {
   width: 879px;
   margin: 0 auto 0 auto;
   background-color: Black;

}
#snowlogo {
   background-image:url('../img/snowlogo.jpg');
   background-repeat:no-repeat;
   width:319px; height:74px;
   position:absolute;
   z-index:3;
   top:30px;
   right:1px;
}
#introtext {
   font-family: arial;
   font-size:14px;
   text-align:left;
   width: 450px;
   color:white;
   position:absolute;
   z-index:2;
   top:130px;
   right:60px;
}
#menu_home {

position:relative;
z-index:1;
height: 40px;
background-color: black;
   width: 899px;
}

#intro {
position:relative ;
z-index:0;
 background-image: url('../img/snowintro.jpg');
 background-repeat:no-repeat;
 background-position:center;
 width:900px; height:580px;
 text-align:right;
}
#copy {
   width: 905px ;
   margin: 0 auto 0 auto;

   font-family: Arial;
   font-size: 8pt;
   color: White;

}
#copy a {
   font-family: Arial;
   font-size: 8pt;
   text-decoration: none;
   color: #CBC7C7;
}
#copy a:hover {
   font-family: Arial;
   font-size: 8pt;
   text-decoration: none;
   color: White;
}

.padd img {
  border:white solid 1px;
  margin-right:15px;
}
.czflag{
  border:0;
}
.engflag{
  border:0;
}
.align-right{
  text-align:right;
}
.fl-left_align-right{
  float:left; width:205px; text-align:right;
}
.align-right_fl-right{
  text-align:right; float:right; width: 50%;
}
.noview{
  display:none;
}

