@charset "utf-8";
/* CSS Document */

*{
    margin:0px;
    padding: 0px;
    }

body {
    font-family:/* Arial, Helvetica, sans-serif Trebuchet MS*/ Arial, Helvetica, sans-serif;
    color: #545a5c;
    font-style: normal; 
    font-variant: normal; 
    font-weight: normal; 
    font-size: 62.5%; 
    line-height:1.6;   
     background: url(images/bottom.jpg) no-repeat right center fixed; 
    } 
body, html {height: 100%;}
#outer {height: 100%; overflow: visible; padding:0px 0px 0px 5%;} /* or without overflow */
outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50% } /* for explorer only */
/* optional: #inner[id] {position: static;} */

h1{
		margin:0px;
		padding:0px 0px 0px  0px;
		font-size:2.5em;
		color:#E2017B;
		font-weight:normal;
		}
p{
		margin:0px;
		padding:0px;
		font-size:1.5em;
		color:#009DE0;
		font-weight:bold;
		}