@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;
	border:10px solid #333;
	background-color: #333;
}
.main {
	vertical-align: middle;
}
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;
}
.peachtalk{
    background-color:#FFF;
    display:flex;
	padding: 50px;
}
.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;
}
</style>
