﻿/*
Theme Name: dm_lodge
Theme URI: http://dermores.com/
Description: dermores - Mehr Grafik, Mehr Design, Mehr Biss!  
Version: 1.0
Author: Daniel Mores
Author URI: http://dermores.com/
*/

body {padding:0px;margin:0px;text-align: center;background:#ede8e0}
.container {position:relative;width:960px;margin:0px auto;padding:0px;}

a {color:#695643;font-weight:bold;text-decoration:underline}
a img {border:0px}

h1 {font-family:times new roman; font-size:24px; line-height:24px; color:#695643;text-transform:uppercase}

/* ##### Other stuff ##### */
.background_image {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
			img.background_image {
				left: 50%;
				margin-left: -512px; }
		}

@media print {
	.background_image {display:none;width:1px;height:1px;}
	.copy {position:absolute;width:940;height:600px;left:50%;top:50%;margin-top:-300px;margin-left:-470px;background: url(img/copy.gif);z-index:999;}
}
@media screen {
	.copy {}
}
