/* CSS Document */

body {
	background-color:#3f2973;
}

#header {
width:100%;
max-width:500px;
margin:0 auto;
}

#header img { 
display:block;
width:500px;
}


img {
max-width:100%;
height:auto !important;
}


h1 {
	color:#ebc749;
	text-align:center;
	font-size:18px;
	font-family:Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	
}

h2 {
	color:#ebc749;
	text-align:center;
	font-size:14px;
	font-family:Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	
}

/* unvisited link */
a:link {
    color: #ba58ff;
}

/* visited link */
a:visited {
    color: #ba58ff;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: hotpink;
}

