html, body
{
height:100%;
}
body
{
height:100%;
background: #002F4D;
color:#ffffff;
margin:0px;
font:14px/18px Arial;
}

div{
    margin: 0 auto;
    position: relative;
}

p{
	float: right;
    font-family: Myriad Pro;
    font-size: 20px;
    line-height: 25px;
    margin-right: 25px;
    margin-top: 50px;
    text-align: center;
    color: #7DD2F6;
}

a{
	color: #fff;
	text-decoration: none;
}

.background {
	background: url("/sisbackground.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 600px;
    width: 960px;
}

.button{
	background: url("/button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -295px;
    clear: both;
    float: none;
    height: 50px;
    margin: 0 auto;
    padding-top: 16px;
    position: relative;
    width: 442px;
}

.button a{
	color: #002F4D;
	text-decoration: none;
	font-size: 29px;
	margin-left: 25px;
	font-style: italic;
}