/*

/* GLOBAL RAMBLINGS */

html {height:100%; margin:0px; max-height:100%; padding:0px;}
body {background:#333; height:100%; max-height:100%; overflow:hidden; margin:0px; padding:0px; width:100%;}

/*  DEFAULT SETTINGS */
#container {font-family:"Century Gothic","Lucida Grande",Arial,sans-serif; font-size:12px; font-weight:normal; line-height:20px; text-align:justify;}
#container {background:#fff; position:absolute; bottom:6%; margin:0px; right:10%; padding:20px 40px 0px 40px; width:460px;}
h1 {margin:0px; padding:0px; color:#82C72C; }
h1 a:link, h1 a:visited, h1 a:active {border:none; color:#000; font-size:40px; font-weight:normal; line-height:44px;}
h1 a:hover {border:none; color:#f90;}
h1 a:link span, h1 a:visited span, h1 a:hover span, h1 a:active span {border:none; color:#000; font-size:40px; font-weight:bold;}
p.copy {color:#999; font-size:9px; padding:0px 0px 0px 0px;}

/* RESIZING IMAGE */
div.outter {top:0px; left:0px; background:#FFFFFF; height:200%; margin:0px; padding:0px; width:200%; z-index:30;}
div.inner  {background:#999; height:100%; margin:0px; padding:0px; width:100%;}
div.inner  img {height:50%; margin:0px; padding:0px; width:50%;}

/* LINK STYLING */
a {border-bottom:1px solid #82C72C; color:#999; text-decoration:none;}
a:hover {border-bottom:1px dashed #82C72C; color:#999}
p.copy a {border-bottom:1px solid #82C72C; color:#999; text-decoration:none;}
p.copy a:hover {border-bottom:1px dashed #82C72C; color:#999}
