@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(http://bluemoonlanding.com/images/background.png);
	background-repeat: repeat;}
	
.container {
	margin: 0 auto;
	width: 900px;
	}

/* body */
.group {
	text-align:center;
	width:700px;
	margin-top:50px;
	margin-bottom:50px;
	margin: 0 auto;
	}
	
.artist {
	background-color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	width:200px;
	padding:20px;
	min-height:200px;
	}

.artist2 {
	background-color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:right;
	width:200px;
	padding:20px;
	min-height:200px;
	}

.contact {
	text-align:center;
	}

/* text */
h1 {
	font-family: century gothic;
	clear:both;
	color:#24375d;
	margin-bottom:0px;
}

h2 {
	font-family:Arial, "Times New Roman", Times, serif;
	clear:both;
	color:#ffffff;
	margin-top:0px;
}

h3 {
	font-family:Arial, "Times New Roman", Times, serif;
	color:#ffffff;
}	

p {
	font-family: century gothic;
	margin:0px;
	margin-bottom:15px;
	color:#a1a1a1;
}

/* form */

input {
	background-color:#000000;
	color:#a1a1a1;
    padding: 5px;
	margin-bottom:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 2px solid #ffffff;
}

textarea {
	background-color:#000000;
	color:#a1a1a1;
    padding: 5px;
	margin-bottom:0px;
	max-width:500px;
	width:300px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 2px solid #ffffff;
}


/* misc */

.clear {
	clear:both;
}

a {	
outline:none;
color:#ffffff;

}

img{border:0px;
}

a {
	color:#ffffff;
}

ul { 
	list-style:none;
}

a:hover {
	color:#24375d;
}

