body             { margin: 0 ; padding: 0 0 10px 0; background-color: #000; color: #fff; font-size: 11px; font-family: Verdana, Tahoma, sans-serif; }

/*----------------- entry ---------------------*/

#entry           { width: 720px; height: 445px; margin: 40px auto; }
#entry_top       { width: 720px; height: 267px; background-image: url(../img/entry_top.jpg); }
#entrylogo       { float: left; margin: 65px 0 0 0px; width: 294px; height: 75px; }
#entry_cent      { width: 720px; height: 110px; background-image: url(../img/entry_bg.gif); overflow: hidden; background-repeat: repeat-y; }
#entry_text      { width: 680px; height: 105px; color: #dfd1d1; margin: 0 0 0 10px; padding: 0 10px 0 10px; float: center; text-align: left; overflow: auto; }
#entry_footer    { width: 720px; height: 28px; background-image: url(../img/entry_acc.gif); }

#acc				{ height: 28px; margin: 0 0 0 23px; padding: 0; font-size: 11px; line-height: 28px; white-space: nowrap; overflow: hidden; }
#acc a   			{ text-decoration: none; font-weight: bold; margin: 0; padding: 0 0 0 67px; }
#acc a.accyes  		{ color: #85a285; }
#acc a.accno  		{ color: #d68585; }
#acc a:hover.accyes	{ color: #6b8e6b; }
#acc a:hover.accno	{ color: #cc6b6b; }

