@charset "utf-8";
/* CSS Document */

html body{
height:100%;
background:url(../Images/background.png);
}
#content{
width:500px;
height:400px;
background:url(../Images/TASP.png);
background-repeat:no-repeat;
position:relative;
margin:auto;
margin-top:5%;
}
#taspbutton{
position:relative;
margin:auto;
margin-top:150px;
margin-left:95px;
cursor:pointer;
}

#taspbutton2{
position:relative;
margin:auto;
margin-top:10px;
margin-left:95px;
cursor:pointer;
}

#footer{
position:relative;
margin:auto;
height:40px;
width:500px;
font-size:60%;
font-family:Arial, Helvetica, sans-serif;
color:#BBBBBB;
text-align:center;
}
