﻿html {
	height:100%;
	margin: 0;
	padding: 0;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	background-image:url('images/wood.jpg');
}

#index {
	background-color:white;
	width:840px;
	min-height:1050px;
	margin-left:auto;
	margin-right:auto;
	border-style:ridge;
	border-width:2px;
	background-image:url('images/index.jpg');
	background-repeat:no-repeat;
}

#main {
	background-color:white;
	width:840px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	border-style:ridge;
	border-width:2px;
}

#artist {
	background-color:white;
	width:840px;
	min-height:1000px;
	margin-left:auto;
	margin-right:auto;
	border-style:ridge;
	border-width:2px;
	background-image:url('images/artist.jpg');
	background-repeat:no-repeat;
}

#ordering {
	background-color:white;
	width:840px;
	min-height:1000px;
	margin-left:auto;
	margin-right:auto;
	border-style:ridge;
	border-width:2px;
	background-image:url('images/ordering.jpg');
	background-repeat:no-repeat;
}


#title {
	text-align:center;
	width:840px;
	height:125px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/logo.jpg');
	background-repeat:no-repeat;
	background-position:center;

}

#buttons {
	text-align:center;
}

#info {
	text-align:center;
}

#text {
	text-align:center;
	margin-left:40px;
	margin-right:40px;
}

#footer {
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
}

a img { 
	border:none;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }