* {
margin: 0;
 }

body{
	background-color:#333333;
}

html, body {
 height: 100%;
 }
 
#container{
	width: 800px;
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -30px;
	background-image:url(images/cheat.gif);
	background-repeat:repeat-y;
}

#header{
	background-image:url(images/header.jpg);
	width:800px;
	height:100px;
	overflow:hidden;
}

/*--------Buttons--------*/
#navigation{
	width: 800px;
	height:40px;
	background-image:url(images/line.jpg);
	background-repeat:repeat;
}

#navcenter{
	margin-left:auto;
	margin-right:auto;
	width: 336px;
	
}

#demo{
	background-image:url(images/demo.jpg);
	width:112px;
	height:40px;
	float:left;
}

#artwork{
	background-image:url(images/artwork.jpg);
	width:112px;
	height:40px;
	float:left;
}

#contact{
	background-image:url(images/contact.jpg);
	width:112px;
	height:40px;
	float:left;
}

/*--------Appearance-------*/

#content{
	background-color:#FFFFFF;
	width:650px;
	min-height:600px;
	height: auto;
	height:100%;
	overflow:hidden;
	float:left;
	text-align:center;
	padding-top:10px;
}

#contactform{
	margin-left:auto;
	margin-right:auto;
	width: 250px;
}

#sidepanel{
	background-color:#CCCCCC;
	width:150px;
	min-height:600px;
	height: auto;
	height:100%;
	overflow:hidden;
	float:right;
	text-align:center;
}

img{
	border:none;
	padding:5px;
}

p{
	font-size:14px;
	padding:40px;
	font-family:Verdana, Geneva, sans-serif;
	overflow:hidden;
	width:600px;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-top:10px;
	
}

#footer{
	background-image:url(images/footer.jpg);
	width:800px;
	height:30px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
.footer, .push {
	clear:both;
	
}
