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

@font-face {
    font-family: Nevis;
    src: url(http://www.font-face.com/fonts/delicious/Nevis.otf);
    font-weight:800;
}


	body {
		font-family: Nevis, Helvetica, Arial, sans-serif;
		background:url(background.jpg) #d5c7c7 no-repeat left top;
		background-size: 100%;
		margin:0;
		padding:0;
			
	}
	
	#eric {
		color:#000;
		font-family: Nevis, Helvetica, Arial, sans-serif;
		font-weight:100;
		font-size:20px;
		line-height:100%;		
		float:right;
		padding-top:10px;
		padding-right:10px;
		padding-bottom:30px;
	}
	
	
	#sizzle {
		font-family: Helvetica, Arial, sans-serif;	
		font-size:14px;
		
	}
	
	
	#links {
		color:#e82020;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:800;
		font-size:22px;
		line-height:80%;	
		padding-left:30px;		
		padding-top:30px;
	}
	
	#video {
		display: table;
		margin: 0 auto;
		padding-bottom: 1em;
		width:720px;
		height:405px;
	
	}

	a {
		color:#000;
		text-decoration:none;
	}
	
	a:hover {
		color:#F90
		
	}
	
	
	#corner {
		position:fixed;
		right: 0px;
		bottom: -10px;
		margin:0;
		position:0;
  	}
	
	.description {
		color:#666;	
		font-size:14px;
		font-style:italic;	
		font-weight:200;
		padding:0;
		margin:0;
		line-height:100%;
		padding-left:20px;
	}
	
	a.description {
			color:#666;	

	}
	
	ul {padding: 0; margin: 0; width:100%; list-style: none;} /* this keeps WIN IE6 happy */
	ul li {list-style:none;} /* this keeps WIN Firefox happy */
	
	h1 {font-size:22px;
	font-weight:600;
	}