/* CSS reset */
ul,li,h2,pre{ 
	margin:0;
	padding:0;
}


ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

a{
	color: #333;
	text-decoration: none;
}
.container{
	width: 98%;
	height: 100%;
	position: relative;
}
.clr{
	clear: both;
}
