html{
    font-family: futura, verdana, sans-serif;
    background: url('../img/back.jpg')  center top repeat;
    height: 100%;
}

body {
    height: 100%;
}

.left{
    float: left;    
}

.right{
    float: right;
}

.imgmargin{
    margin: 10px;
}

strong, .strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

.hidden {
	visibility: hidden;
	display: none;
	line-height: 0;
	height: 0;
	margin: 0;
}

div.container {
    width: 100%;
    margin: 0px auto;
    background: url('../img/grad-back.jpg') center top repeat-x;
    min-height: 100%;
    position: absolute;
}

div.content {
    width: 1024px;
    margin: 0px auto;
    overflow: hidden;
    background: url('../img/grad-back.jpg') center top repeat-x;
}

div.footer-container {
    height: 70px;
    width: 100%;
    background: black;
    position: absolute;
    bottom: 0px;
    margin: 0px auto;
}

div.footer-inner {
    height: 70px;
    width: 1024px;
    background: black;
    margin: 0px auto;
}

div.footer-content {
    color: #fff;
    text-align: right;
    font-size: .7em;
    padding: 10px 107px;
    margin: 0px auto;
}

.footer-content p {
    line-height: 1.8;
}

.footer-content a {
    color: #ffffff;
}

div.placeholder {
    margin: 0px auto;
    padding-bottom: 20px;
}

.placeholder img {
    display: block;
    margin: 70px auto 20px auto;
}

h1 {
    text-align: center;
    font-size: 2em;
    color: #000;
    margin-bottom: 50px;
}