
html, body
{
font-family: arial, verdana, helvetica, sans-serif;
font-size: 90%;
padding: 0px;
margin: 0px;
background-image: url("../images/bgsplash.jpg");
background-repeat: no-repeat;
background-position: center;
background-color: white;
color: black;
height: 100%;
}

#cdromtitle
{
position: relative;
top: 50%;
}

h1
{
margin: 0px;
padding: 0px;
width: 100%;
background-color: #F58220;
color: white;
text-align: center;
}

img
{
border: none;
margin: 0px;
padding: 0px;
}

p
{
margin: 0px;
padding: 10px 0px 0px 0px;
width: 100%;
background-color: transparent;
color: white;
text-align: center;
font-size: 1.25em;
font-weight: 700;
}
