html{
height:100%;
}
body{
	background-color:#532380;
	height:100%;
	margin: 0px;
	padding: 0px;
}

a:link { color: #FFFFFF ; text-decoration: underline }
a:active { color: #FFFFFF; text-decoration: underline }
a:visited { color: #FFFFFF; text-decoration: underline }
a:hover { color: #FFFFFF; text-decoration: underline }

.style1 {font-family: Times New Roman, Times, serif; color: #FFFFFF; font-size:10px;}
.style2 {font-family: Times New Roman, Times, serif; color: #FFFFFF; font-size:13px;}

#wrapper {
	width: 100%;
	height: auto !important;
	min-height: 100%;
	margin:0 auto -52px;
}
#maincontainer {
	width: 950px;
	margin: auto;
	height: auto;
}
#intro {
	width: 950px;
	height: auto;
	margin: auto;
}
#footer {
	width: 100%;
	height: 42px;
	background-image:url(images/WRI-Footer.gif);
	background-repeat:repeat-x;
	padding-top: 10px;
}
#push {
	height: 52px;
}