@charset "UTF-8";
/* 
Theme Name: dynamite
Theme URI: http://www.dynamiterocks.com
Description: dynamite css
Version: 1.0
Author: Toon Van Wemmel
Author URI: http://www.dynamiterocks.com
*/

/* ----- START CSS RESET ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- END CSS RESET ----- */


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#B3B3B3;
}

a {
	color:#B3B3B3;
	text-decoration:none;
}

a:hover {
	color:#818181;	
}

#page {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

#player {
	width:800px;
	height:450px;
	float:left;
	background:#000000;
}

#menu {
	width:125px;
	padding-left:35px;
	float:left;
}

#footer {
	clear:both;
	padding-top:30px;
	padding-bottom:60px;
}

ul {
	padding-top:4px;
	padding-bottom:20px;
}

ul li {
	padding-top:8px;	
}

#holder {
	width:800px;
	height:450px;
	overflow:hidden;
}

#image {
	width:5000px;
	/*cursor:pointer;*/
}
#image img {
	padding:0px;
	margin:0px;
	float:left;
}