html {height:100%;}

body {height:100%;}

#page_frame {
background-color:#050E1D;
width:1000px;
min-height:950px;
height:100%;
margin-left:auto;
margin-right:auto;
border-left:1px solid white;
border-right:1px solid white;
}

#ip_box {
height:50px;
width:300px;
margin-left:auto;
margin-right:auto;
padding-top:10px;
border:1px solid white;
background-color:#1A1A1A;
text-align:center;
color:white;
}

#small_link_text {
font-size:80%;
text-decoration:underline;
}

#slideshow_background {
width:950px;
height:350px;
margin-top:30px;
margin-left:auto;
margin-right:auto;
border:1px solid white;
background-color:#1A1A1A;
}

#slideshow_container {
width:900px;
height:300px;
margin-left:auto;
margin-right:auto;
margin-top:25px;
border:1px solid white;
background-image:url('img/slideshow_image.jpg')
}