html,body { width:100%; height:100%; margin:0; padding:0; }
html { background:#500A0A url(../images/back2.png) top repeat-x; }
body { background:url(../images/back.jpg) top center no-repeat; }
a img { border:none; }
#container { width:600px; margin:0 auto; position:relative; }

#nav { width:200px; height:150px; position:absolute; top:198px; left:65px; }
#nav ul { margin:0; padding:0; list-style-type:none; }
#nav li { width:200px; height:30px; float:left; }
#nav li:hover { opacity:.5; }
#nav .history { background:url(../images/m-history.gif); }
#nav .wines { background:url(../images/m-wines.gif); }
#nav .prices { background:url(../images/m-prices.gif); }
#nav .contact { background:url(../images/m-contact.gif); }
#nav .blog { background:url(../images/m-blog.gif); }
#nav a { width:100%; height:100%; display:block; }
#nav span { position:absolute; top:-2000px; }

#subscribe { width:180px; position:absolute; top:359px; left:377px; }
#subscribe .text { width:147px; height:14px; padding:4px; font:11px arial; color:#333; background:url(../images/subscribe-back.jpg); border:1px solid #B1AEA6; border-right:none; float:left; }
#subscribe .text:hover { border:1px solid #843A3C; border-right:none; }
#subscribe .go { width:24px; height:24px; background:url(../images/go.png); border:none; cursor:pointer; float:right; }
#subscribe .go:hover, #form .submit:hover { opacity:.7; }

#content { width:530px; padding:0 35px; font:11px/16px arial; color:#333; background:url(../images/content-back.jpg) top repeat-y; position:absolute; top:425px; }
#content a { color:#500A0A; }
#content a:hover { color:#A88585; }
h1, h2, p { margin:0 0 16px 0; padding:0; }
h1 { font:17px georgia; color:#500A0A; }
h2 { font:bold 11px georgia; }
strong { font:bold 11px georgia; }
hr { margin:5px 0 20px 0; border:1px solid #FFF; border-bottom:1px dashed #999; }
.top { width:48px; height:24px; margin:-2px 0 0 -103px; float:left; background:url(../images/top.gif); opacity:.5; }
.top a { width:100%; height:100%; display:block; }
.top:hover { opacity:1; }
.wine { height:113px; margin:0 0 15px 0; }
.wine img { float:left; margin:0 15px 0 0; padding:1px; border:1px solid #999; }

#form label { margin:7px 0 0 0; position:absolute; }
#form .text { width:354px; margin:2px 0 2px 85px; padding:4px; font:11px arial; color:#333; background:#FDF8F8; border:1px solid #EAD9D9; }
#form .text:hover { border:1px solid #D0B7B7; }
#form .submit { width:94px; height:28px; margin:2px 0 20px 85px; background:url(../images/submit.png); border:none; cursor:pointer; }

#footer { width:100%; padding:18px 0 0 0; font:10px/16px arial; text-align:center; background:url(../images/footer-back.jpg) top no-repeat; }