/* CSS Document */

body {
background:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:85%;
color:#666666;
}

#content{
width:700px;
height:600px;
margin-left:auto;
margin-right:auto;
margin:auto;
text-align:center;
}

#curly {
width:550px;
height:400px;
margin-left:auto;
margin-right:auto;
margin-top:100px;
background-image:url("images/6.jpg");
background-repeat:no-repeat;
text-align:center;
}

.contact {
text-align:right;
}

a {color:#9dc5f6; text-decoration:none;}
a:link {color:#9dc5f6; text-decoration:none;}
a:visited {color:#9dc5f6; text-decoration:none;}
a:hover {color:#996633; text-decoration:underline;}

