@charset "UTF-8";
/* CSS Document */

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333;
font-weight: bold;
}

.noborder {
border: none;
}

body {
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

#main-container {
width: 450px;
height: 600px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}

#inner-container {
width: 450px;
height: 488px;
background-image:url(images/Under-Construction.png);
position: relative;
top: 0;
}

#inner-text-container {
width: 400px;
height: 100px;
position: relative;
top: 305px;
margin-left: auto;
margin-right: auto;
}

#shadow {
background-image: url(images/shadow.png);
width: 450px;
height: 44px;
margin-left: auto;
margin-right: auto;
position: relative;
}

.no-dec {
text-decoration: none;
color: #333;
}

.no-dec2 {
text-decoration: none;
color: #99509f;
}

.logos {
float: left;
width: 130px;
height: 50px;
position: relative;
top: 320px;
left: 10px;
padding-left: 10px;
}