@charset "utf-8";

*{
margin:0px;
padding:0px;
}

body{
background-color:#000000;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
}

#wrap{
width:600px;
margin:100px auto 0px auto;
text-align:center;
}

#robinwilliams
{
font-size:65px;
height:100px;
}

p{
font-size:25px;
}

#you{
margin:100px 0px 0px 0px;
height:200px;
}

#responseinput
{
font-size:25px;
text-align:center;
font-family:"Times New Roman", Times, serif;
width:400px;
padding:5px;
margin:10px 0px 10px 0px;
}

#submitbtn
{
background:#ebebeb;
font-family:"Times New Roman", Times, serif;
font-size:25px;
color:#000000;
border:none;
padding:3px;
cursor:pointer;
}

#submitbtn:hover
{
background-color:#ababab;
}

#submitbtn:disabled
{
background-color:#ebebeb;
cursor:auto;
}

#footer{
color:#999999;
text-align:center;
position:fixed;
bottom:0px;
width:100%;
padding-bottom:5px;
background-color:#000000;
}
