@charset "utf-8";
/**********************************
Runup Game Distribution Limited
Author: siewho
/**********************************/
/*		     reset			  	  */
/**********************************/

html,body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0;
outline:0;
}

body {
	font: 62.5%/1.5 "Times New Roman", Times, serif; /* 1.1em = 11px */
	color: #000;
	background: #123;
	text-align: center;
	}

	
html > body {font-size: 62.5%;}

div, p, th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
    }
	
a, a:link, a:visited, a:active	{
	text-decoration: none;
	color: #e9e9e9;	
	}
a img { border: 0; display:inline;}
a:hover	{
	color: #00c;	
	text-decoration: none;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
	
dt 	{
	font-weight: bold;
	}
ol, ul {
	list-style: none;
}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {
	margin: 0 0 1em 0; padding: 0;
	line-height: 1.5em;
	}
h1	{font-size:	1.5em;}
h2	{font-size:	1.5em;}
h3	{font-size:	1.4em;}
h4  {font-size:	1.3em;}
h5	{font-size:	1.2em;}
h6	{font-size:	1.1em;}
	
h1, h2, h3, h4, h5, h6	{
	color: #333;
	background-color: transparent;
	margin:	5px 0;
	}
	
img	{ border: 0;	}/* turns off gaps around images */

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.indent { padding:0 0 0 30px;}

.clear {clear: both; height:0;}

.clearfix:after {
    content: "."; 
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

*+html .clearfix{height: auto; zoom: 1;} /* IE7 */

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0;}
.clearfix {display: block;}
/* End hide from IE-mac */



body {
background:#010101 url(bg_bla.jpg) repeat-x center 0px;
}
