html,body,div,span,table,th,tr,td,ol,
dl,dt,dd,img,h1,h2,h3,h4,h5,h6,
form,select,option,blockquote,iframe,img {
    margin: 0;
    padding: 0;
    border: 0 solid;
    }

.dwyer {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
    }

html {
    overflow-y: scroll;
    height: 100%;   /*  vposition related  */
    }

body {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 76%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background: #11111b;
    color: #000;
    height: 100%;   /*  vposition related  */
    }

a { text-decoration: underline; }
a:link { text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: underline; color: #0033cc; }

h1 {
	margin: 0 0 16px 0;
	padding: 0;
	width: 225px;
	height: 0;
	overflow: hidden;
	padding-top: 83px;
	background: url(../images/treadsecure.gif) no-repeat 25px 25px;
	}

p {
    margin: 0;
    padding: 0 25px 16px 25px;
    line-height: 145%;
    font-size: 1em;
    }

.vposition {
    visibility: hidden;
    width: 100%;
    height: 50%;
    margin-top: -245px;
    float: left;
    }

.container {
    width: 708px;
    height: 490px;
    margin: auto;
    clear: both;   /*  vposition related  */
    position: relative;   /*  vposition related  */
    }

.content {
    position: relative;
    width: 708px;
    height: 458px;
	background: #fff url(../images/bg.jpg) no-repeat 0 0;
    }

.bottomright {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 225px;
    }

.bottomright p {
    padding: 0 25px 25px 25px;
    }

.info {
    width: 225px;
	margin: 0;
	padding: 0 0 0 0;
	float: right;
    }

img {
    margin: 10px;
    }

/*      FOOTER STYLING      */

.footer {
    }

.footer p {
    color: #d4d4d4;
    font-size: 0.8em;
    text-align: right;
    margin: 0;
    padding: 4px 0 0 0;
    width: 708px;
    }

.footer p a { text-decoration: none; }
.footer p a:link { text-decoration: none; color: #666; outline: none; font-weight: normal; }
.footer p a:visited { text-decoration: none; color: #666; outline: none; font-weight: normal; }
.footer p a:hover { text-decoration: none; color: #ababab; outline: none; font-weight: normal; }



