@charset "utf-8";
/* CSS Document */
<style>
html { 
	width:100%; 
	height:100%; 
	margin:0;
	padding:0; 
}
body { 
	width:100%; 
	height:100%; 
	margin:0; 
	padding:0;
	font-size: 0;
	font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
}
#container {
	margin: 0 auto;
	position: relative;
	max-width: 1180px;
	padding:0;
}
#feature {
	box-sizing: border-box;
	margin: 50px;
	background-color: #000;
}
.main {
	vertical-align: middle;
	margin: 50px;
}
a.font {
	text-decoration: none; 
	font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
	font-size: 30px;
	color: #333
}
a.font2 {
	text-decoration: none; 
	font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
	font-size: 30px;
	color: #CCC;
}
#cue {
	text-decoration: none; 
	font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
	font-size: 18px;
	line-height:19px;
	color: #FFF;
	text-align: center;
	vertical-align: text-top
}
#peach {	
	text-decoration: none; 
	font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
ul.nav {
    width:100%;
    margin:0 auto;
	vertical-align: middle;
    padding:0;
    list-style:none;
    background: transparent;
    text-align:center;
	z-index:100;
	color: #FFF;
}
.nav li { 
    display:inline-block;
    width:25%;
    margin:0;
    padding:0;
}
.nav a {
    text-align:center;
    padding:10px 0 10px 0;
    margin:0;
    display:inline-block;
}
.nav a:hover { 
	border: none;
}
#header {
  height: 200;
  width: 100%;
}
#footer {
    width: 100%;
	text-align:center;
	position: fixed;
    bottom: 0;
    width: 100%;   
}
.footer a {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
	text-decoration:none;
}
.ArtistUK {
	color: #6699ff;
}
.ArtistT {
	color: #cc66cc;
}
.ArtistY {
	color: #ffff99;
}
span {
  vertical-align: middle;
}
.fixed{
    background-color:#000;
    width: 184px;
	height: 184px;
}
.peachtalk2{
    background-color:#000;
    flex-grow: 1;
	height: 184px;
	text-decoration: none; 
	font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
#footer2 {
	background-color:#036;
}
#featuremain {
	color: #FFF;
    padding: 20px;
}
</style>
