@charset "utf-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
}

p {
font-family:Verdana, Arial;
font-size:15px;
line-height:20px;
color:#666666;
text-align:left;
}

p a {
color:#ce3232;
text-decoration:none;
}

p a:hover {
color:#ce3232;
text-decoration:underline;
}

h1 {
font-family:Verdana, Arial;
font-size:20px;
color:#ce3232;
text-align:left;
padding-bottom:15px;
}

h2 {
font-family:Verdana, Arial;
font-size:60px;
line-height:10px;
color:#ce3232;
text-align:left;
}

.container {
width:1000px;
background-image:url(images/nyh-model.jpg);
background-repeat:no-repeat;
background-position:top right;
}

.header {
width:600px;
}

.main {
width:1000px;
}

.footer {
width:1000px;
}

.footer p {
font-size:11px;
text-align:center;
}

.footer p a {
color:#666666;
text-decoration:none;
}

.footer p a:hover {
color:#666666;
text-decoration:underline;
}

.footer h1 {
text-align:center;
}

.footer h1 a {
color:#ce3232;
text-decoration:none;
}

.footer h1 a:hover {
color:#ce3232;
text-decoration:underline;
}