html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin : 15 0 0 0;
	padding : 0;
	text-decoration: none;
	background-color : #dc002e;
}
#container{
	width:900px;
  	height:100%;
	background-color:#dc002e;
	margin:auto;
	position:relative;
	z-index:100;
}
#midden {
	vertical-align: top;
	text-align: center;
}
.container2{
	width:100%;
	height:100%;
	margin:auto;
	z-index:1;
}
#content {

}
td {
	text-align:left;
	vertical-align:top;
}
a, a:active {
color : #ea7b90;
text-decoration : none;
}
a:hover {
color : #fff;
text-decoration : underline;
}
p {
font-size : 0.6em;
color : #ea7b90;
font-weight : normal;
padding-left:18px;
}
