* {
     margin:0; padding:0; border:none;
}

body {
	padding:0;
	margin:0 auto;
	font:13px Arial,Helvetica,sans-serif;
	background-color: #ECECEC;
	background-repeat: no-repeat;
	background-position: top;
}
body html {
  	height: 100%;
	width: 100%;
}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code {
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}
a {
	color: #B9121B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}


ul {
	list-style:none;
}

img {
	border:0;
}

p {
	margin:5px 0 10px 0;
}
