/*
    AUTHOR: Dig Creative
    Author URL: http://digcreative.com.au
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP */
/* ------------------------------------------ */

* { margin: 0; padding: 0; }
ul { list-style: none inside; }
a { outline: none; text-decoration: none;}
a img { border: none; }
/* END RESET */

body {
	background: #1f2022 url(img/bg.jpg) no-repeat center 0;
	font-family: arial, sans-serif;
	color: #fff;
	font-size: 15px;
	text-align: center;
	}
	
#main {
	width: 900px;
	margin: 0 auto;
	padding-top: 700px;
}

#openbar {
	display: none;
	font-family: Times, Times New Roman, serif;
}

#enterbutton {
	margin: 0 auto;
	width: 313px;
}

#button {
	text-transform: uppercase;
}

#enterbutton a {
	display: block;
	width: 313px;
	height: 36px;
	background: transparent url(img/button_over.jpg) no-repeat; 
	padding-top: 15px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

#enterbutton a:hover {
	background-position: 0 -51px;
}

#paragraph {
	height: 70px;
	width: 565px;
	margin: 0 auto;
	font-family: Times, Times New Roman, serif;
}

#tabsholder {
	width: 870px;
	margin: 0 auto;
	padding-left: 30px;
}

.tab {
	float: left;
	margin-right: 10px;
	padding-bottom: 30px;
	width: 274px;
	font-family: Times, Times New Roman, serif;
	color: #4f4d4d;
	font-size: 12px;
	text-transform: uppercase;
}

.tab img {
	margin-bottom: 5px;
}
	
.textpurple {
	color: #ac94d7;
}
