@charset "utf-8";
/****************************************
*       CSS Document for Paramour       *
*       filename: main.css              *
****************************************/

/*--- default value ---*/
* { margin:0; padding:0; border:0;}

ul, ol { list-style:none;}

a { text-decoration:none;}
a:hover { text-decoration:underline;}

iframe { border:none;}

table { width:100%; border-collapse:collapse; border-spacing:0;}

img { border:0;}

/*--- configuration ---*/
body { background:url(img/body.gif) left top repeat; margin-bottom:20px;}

#logowrap {
	height:88px;
	border-top:1px solid #FFCE9C;
	border-bottom:1px solid #FFCE9C;
	text-align:center;
	margin:34px 0 6px 0;
	background:url(img/logo_bg.gif) left center repeat-x;
}
h1 /* =logo */{
	display:block;
	width:202px;
	height:56px;
	text-indent:-2000px;
	margin:16px auto;
	background:url(img/logo.png) no-repeat!important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png');
}
#footer {
	font:11px/22px Arial;
	color:#eb8;
	text-align:center;
	margin:10px 0;
}
#footer a {
	color:#fc9;
	text-decoration:none;
	background-color:#c00;
	padding:0 1px 0 2px;
}
#footer a:hover { color:#fff;}
