/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Customize Footer Text */
.custom #footer {
color: #333333;
text-align: right;
}

/* Customize Footer Links */

.custom #footer a {
border-bottom: 1px solid #5555ff;
color: #888888;
}

.custom #footer a:hover {
color: #cc0000;
}

body {
    background-image:url("images/jdnback01.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

html { 

  height: 100%;
}

body.custom { background: #fdf5f2 url('images/jdnback01.jpg') 50% 0 no-repeat fixed }
.custom #container { margin-top: 0em; margin-bottom: 2em; }
	.custom #page { background: #fff; }