body {
	font-family: Arial, Tahoma;
	background-color: #000;
	color:#ffcccc;
	font-size:0.9em;
	margin:0;
	padding:0;
	height:100%;
}
#container {
	position:absolute;
	top:0px;
	left:0px;
	min-height:100%;
}

#logo{
	float:left;
	background-image:url(images/leftFullLogo_notext.jpg);
	width:200px;
	height:470px;
	text-align:center;
	cursor:pointer;
}

#logo #text{
	position:relative;
	width:200px;
	top:320px;
	font-size:0.8em
}

#logo #text h1{
	font-size:1.4em;
}
#body{
	margin-left:220px;
	margin-top:20px;
	padding-bottom:50px;
}

#footer{
clear:both;
	text-align:right;
	font-size:0.7em;
	position:absolute;
	bottom:0;
	width:100%;
	padding-bottom:3px;	
}
a{
	color:#ffcccc;
}

a.button{
background:url(images/button.gif);
display:block;
color:#555555;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
width:191px;
}
a:hover.button{
color:#0066CC;
}

dd{
	font-size:0.7em;
}
dt{
	font-size:0.8em;
	font-weight:bold;
}
.add{
background:url(images/add.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}
.msg{
background:url(images/msg.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}
.money{
background:url(images/money.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}
.cart{
background:url(images/cart.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}

