html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

#biggie_smalls {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
	
	padding-top: 40px;
}

#main li {
	margin-top: 8px;
}

#main a {
	color: #c64521;
}


#uploadForm {
	/**display: none;**/
}

#embed {
	float: right;
}

#noscript {
	text-align: center;
	margin-top: 50px;
}

#error {
	text-align: center;
	padding-top: 15px;
}

.form-error {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

#mailbox {
	float: left;
}

#mailbox #error, #mailbox #success, #mailbox #badAddress {
	display: none;
}

#send_another {
	color: #c64521;
	text-decoration: underline;
}

#file_select {
    margin-top: 10px;
    font-size: 150%;
    font-family: Arial, Helvetica, sans-serif;
}

#dl_button {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align: center;
	background-image: url(images/dl_box.png);
	background-repeat: no-repeat;
	width: 307px;
	height: 87px;
	padding-top: 10px;
}

#dl_button a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	color: #000000;
	font-size: 24px;
}

#dl_url {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

#dl_url #url{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-align: center;
}


#header a {
    text-decoration: none;
    color: #666666;
}

#header a:hover {
	text-decoration: underline;
    color: #666666;
}

#footish {
	float: left;
	padding-left: 10px;
}

#info {
	padding-right: 10px;
	float: right;
}

#info a {
	color: #555555;
	text-decoration: underline;
}

#info a:hover {
	color: #555555;
	text-decoration: none;
}

#header {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    text-decoration: none;
    top: 0px;
	margin: 0;
	height: 20px;
	padding-top: 2px;
}

#results {
    background-repeat: no-repeat;
    background-position: center center;
    height: 55px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

#mailbox {
    
}

#logo img {
    border: none;
}

#logo {
    /*
     background-image: url(images/logo.gif);
     background-repeat: no-repeat;
     background-position: center;
     */
    width: 420px;
    height: 120px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#action {
    text-align: center;
}

#notice {
    font-family: Arial, Helvetica, sans-serif;
    width: 345px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    text-align: center;
}

#select {
    background-repeat: no-repeat;
    background-position: center center;
    height: 60px;
    width: 100%;
    margin-top: 55px;
    text-align: center;
}

#loader {
    text-align: center;
    margin-top: 30px;
	display: none;
}

#submit {
    height: 36px;
    width: 79px;
    border: 0px;
}

#support-form {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
}

#support-form h3 {
	text-align: center;
}

#footer, .push {
	text-align: center;	
	height: 142px; /* .push must be the same height as .footer */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.social {
    margin: 180px 0 0 0;
}


