@charset "utf-8";

/* Setting global values */

html {
	height: 100%;
	}

body {
	height: 100%;
	min-width: 1000px;
	color: #000;
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #d3d3d3 url('../images/bg-paper.jpg') 0% 0%;
	}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, table, th, tr, td {
	margin: 0;
	padding: 0;
	}
	
table, th, tr, td {
	border-collapse: collapse;
	}

a:link img,
a:visited img,
a:active img {
	border: none;
}
