/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Autopilot Art
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	background: url(../images/bg.jpg) repeat center top;
	}

p {
	margin-left: 5px;
	}	

h1 {
	text-indent: -9999px;
	width: 954px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: url(../images/header-store.jpg) no-repeat center top;
	}
	
h2 {
	margin-top: 0px;
	margin-bottom: 13px;
	font-size: 17px;
	font-weight: bold;
	color: #663366;
	}
	}		
	
a	{
	text-decoration: none;
	}

a:link, a:visited {
	color: #663366;
	font-weight: bold;
	}

a:hover, a:active {
	color: #996699;
	}
	
#container {
	width: 954px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	}	
	
#flashcontent {
	text-align: center;
	margin-top: 0px;
	}

/*#content {
	width: 450px;
	height: 250px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	}
	
#content-div {
	text-align: center;
	width: 450px;
	height: 275px;
	margin-left: auto;
	margin-right: auto;
	}			*/
	
#store-button a, #store-button a:link, #store-button a:visited {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 319px;
	height: 135px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/store-button.jpg);
	background-position: top;	
	}
	
#store-button a:hover, #store-button a:visited:hover {
	background-position: bottom;
	}
		