/* CSS Document */
body{
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}

#header{
	width:auto;
	height:140px;
	background-color:#270000;
	text-align:center;
}

.container{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#frame{
	height:auto;
	width:auto;
	padding:50px;
	background-image:url(images/frame.png);
	background-repeat:no-repeat;
}

#button{
	text-align:center;
}

a{
	font-size:20pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

a:hover{
	font-size:20pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}
