/* reset.css */

html,body,pre,code, div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,legend,input,button,textarea,
p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0; margin-bottom: 40px;}
fieldset,img{border:0;}
caption,th{text-align:left;}

/*====================*/
/*======TEMP RULES====*/
/*====================*/

body {
	background-color: #000;
	text-align: center;
}

body img {
	width: 100%;
	height: auto;
}