﻿html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(images/1239713_79950713.jpg) repeat;
	
	font-family:arial,sans-serif;
	font-size: 14px; /*small*/
	color:#666;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	background:#f0f0f0; /*#f0f0f0*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0em;
	background:#FFFFFF
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	
div#bookmark {
	/*padding:1em 1em 5em; /* bottom padding for footer */
	background: url(images/img1.jpg) repeat-x left top;
	height: 55px;
	
}
	div#bookmark p {
		text-align:justify;
		padding:0 1em;
	}

div#content {
	padding: 1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: url(images/img11.jpg) repeat-x left top;
	height: 50px;
}
	div#footer p, a , img{
		text-transform: uppercase;
		font-size: 10px;
		color: orange;
		text-align: right;
		line-height: 50px;
		/*margin-right: 10px;*/
		margin: 0 auto;
		vertical-align: middle;
	}
	
.link{
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}