html, body, div, h1, h2, h3, h4, p, ul, ol, li, em, img, form, table, a {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html {
	overflow-y: scroll;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #222 url(images/gradient.gif) repeat-x;
	color: #fff;
	}
	
a {
	color: #69c;
	}
	
div#page {
	width: 900px;
	margin: 0 auto;
	padding: 0 15px;
	}

.clear {
	clear: both;
	}
	
	


/*======================================================== Header ========================================================*/

div#header {
	background: url(images/replay.gif) 65px 0 no-repeat;
	}
	
img#logo {
	margin: 11px 0 0 80px;
	padding-left: 200px;
	}

div#header form {
	margin: 5px 0 0 290px;
	}
	
	div#header form label {
		color: #b95;
		font-size: 12px;
		}
		
	label#videolabel {
		float: left;
		margin: 12px 5px 0 1px;
		}
		
	input#video {
		width: 350px;
		background-color: #111;
		color: #69c;
		border: 1px solid #555;
		padding: 3px 4px;
		float: left;
		margin: 7px 0 11px 0;
		}
	
	div#startend {
		float: left;
		}
		
		div#startend div.point {
			float: left;
			}
			
		div#startend div.point div {
			float: left;
			}	
			
		div#startend input {
			background-color: #111;
			color: #69c;
			border: 1px solid #555;
			padding: 3px 4px;
			width: 47px;
			}
			
		div#startend label {
			float: left;
			margin: 5px;
			}
			
		p.tip {
			font-size: 10px;
			color: #aaa;
			display: inline;
			font-family: tahoma;
			}
	
	div#portion {
		float: left;
		font-size: 11px;
		color: #aaa;
		margin-left: 5px;
		}
		
		div#portion input {
			background: #000;
			}
			
	input#submit {
		margin: 1px 0 0 30px;
		width: 127px;
		height: 25px;
		background: transparent url(images/button.png) no-repeat;
		color: #fff;
		font-weight: bold;
		border: 0;
		padding-bottom: 2px
		}
	input#submit:hover {
		background-position: 0 -25px;
		}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 8px 0;
	}

h2 {
	font-size: 13px;
	margin: 6px 0;
	}

p {
	margin: 1em 0;
	line-height: 1.5em;
	font-size: 12px;
	color: #bbb;
	}

p#about {
	width: 640px;
	margin: 50px auto 0 auto;
	}
	
div#play {
	width: 640px;
	margin: 50px auto 0 auto;
	}

	form#linkto {
		text-align: center;
		margin: 20px 0;
		}
			
		form#linkto label {
			color: #b95;
			}
			
		input#link {
			width: 325px;
			background-color: #111;
			color: #69c;
			border: 1px solid #555;
			padding: 3px 4px;
			}
		
div#recs {
	width: 640px;
	margin: 45px auto 0 auto;
	}

	ul#time {
		list-style: none;
		}
		
		ul#time li {
			float: left;
			margin: 6px 8px 5px 0;
			}
			
			ul#time li a {
				display: block;
				padding: 1px 3px;
				text-decoration: none;
				}
			ul#time li.active a {
				background: #58b;
				color: #111;
				}
			ul#time li a:hover {
				text-decoration: underline;
				}
				
	ul#thumbs {
		list-style: none;
		clear: left;
		}
		
		ul#thumbs li {
			margin: 2px 4px 2px 0;
			float: left;
			}
			
			ul#thumbs li a {
				border: 2px solid #222;
				display: block;
				}
			ul#thumbs li a:hover {
				border-color: #48a;
				}
				
				ul#thumbs li a img {
					width: 120px;
					height: 90px;
					}
		
	p#morepop {
		text-align: right;
		margin-top: 15px;
		}
		
		p#morepop a {
			text-decoration: none;
			padding: 6px;
			}
		p#morepop a:hover {
			text-decoration: underline;
			}
		
		
	
	
/*======================================================== Footer ========================================================*/

div#footer {
	margin: 80px 0 25px 0;
	text-align: center;
	clear: both;
	}
	
	div#footer p {
		font-size: 11px;
		color: #665;
		}
		
	div#footer a {
		color: #665;
		text-decoration: none;
		}
		div#footer a:hover {
			text-decoration: underline;
			}
			
			

			
			
			
			
			
			
			
			
			
		
