html, body{
    padding: 0;
    margin: 0;
}

img{ 
    behavior: url(../img/iepngfix.htc);
    border: none; 
}

p{ font: 11px "Arial, Helvetica, sans-serif"; }

h1{ font: 11px "Arial, Helvetica, sans-serif"; }

body{
    background-color: #ccc;
    background-image: url(../img/stripes_bg.gif);
}

a { text-decoration: none; color: #ff6303; }
a:link { color: #ff6303; }
a:visited { color: #ff6303; }
a:hover { color: red; }
a:active { color: red; }

div#container{
    width: 300px;
}

div#top{
    margin-top: 70%;
    background-color: #fff;
    width: 300px;
}

div#top span{
    margin-left: 0px;
}

div#top img{
    margin-top: 0px;
    padding:0px;
}

div#bottom{
    margin-top: 5px;
    padding-top: 10px;
    background-color: #fff;
    width: 300px;
    height: 75px;
    filter:alpha(opacity=70);
    opacity:0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

div#bottom span{ margin-left: 210px; }
div#bottom p { text-align: justify; padding-left: 15px; padding-right: 15px; float:right;}
div#bottom h1 { text-align: justify; padding-left: 15px; padding-right: 15px; float:right;}

