*{margin:0;padding:0}
body{
    font-family: Verdana; 
    font-size: 10px; 
    color: #FF9933; 
    background-color: #C40000;
}
h1{
    font-size: 24px; 
}
A 		{  
font-family: "Verdana"; 
font-size: 14px; 
font-weight: bold; 
color: #FF9933; 
text-decoration: underline
}
A:hover		{  
font-family: "Verdana"; 
font-size: 14px; 
font-weight: bold; 
color: #FFFF00; 
text-decoration: none
}
#container{
    width:1e3px;
    overflow:hidden;
    margin:25px auto;
    background:#C40000}
header{
    width:800px;
    margin:40px auto
}
header h1{
    text-align:center;
    font:100 60px/1.5 Helvetica,Verdana,sans-serif;
}
header p{
    font:100 15px/1.5 Helvetica,Verdana,sans-serif;text-align:justify;
}
.photobanner{
    height:150px;
    width:3550px;
    margin-bottom:0px
}
.photobanner img{
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.photobanner img:hover{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
    -ms-transform:scale(1.5);
    transform:scale(1.5);
    cursor:pointer;
    -webkit-box-shadow:0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow:0 3px 5px rgba(0,0,0,.2);
    box-shadow:0 3px 5px rgba(0,0,0,.2)
}
.first{
    -webkit-animation:bannermove 30s linear infinite;
    -moz-animation:bannermove 30s linear infinite;
    -ms-animation:bannermove 30s linear infinite;
    animation:bannermove 30s linear infinite;
}
@keyframes "bannermove"{
    0%{
        margin-left:0
    }
    100%{
        margin-left:-2125px
    }
}
@-moz-keyframes bannermove{
    0%{
        margin-left:0
        }
    100%{
        margin-left:-2125px
    }
}
@-webkit-keyframes "bannermove"{
    0%{
        margin-left:0
    }
    100%{
        margin-left:-2125px
    }
}
@-ms-keyframes "bannermove"{
    0%{
        margin-left:0
    }
    100%{
        margin-left:-2125px
    }
}
@-o-keyframes "bannermove"{
    0%{
        margin-left:0
    }
    100%{
        margin-left:-2125px
    }
}










/*
body   		{ 
font-family: Verdana; 
font-size: 12px; 
color: #FF9933; 
font-weight: bold; 
text-align: center; 
background-color: #990000; 
margin: 0;
} 

A 		{  
font-family: "Verdana"; 
font-size: 14px; 
font-weight: bold; 
color: #FF9933; 
text-decoration: underline
}
A:hover		{  
font-family: "Verdana"; 
font-size: 14px; 
font-weight: bold; 
color: #FFFF00; 
text-decoration: none
}
*/