/* CSS Document */
html {
	height: 100%;
	}

body {
	height: 100%;
	background:url(images/headerbg.jpg) repeat-x top;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Tahoma;
	font-size:14px;
	line-height:22px;
	}

.wrapper {
	width:660px;
	margin:0 auto 0 auto;
	position: relative;
	min-height: 100%;

	}
	
* html .wrapper
	{
		height: 100%;
	}

#footer
	{
		position: absolute;
		bottom: 0;
		background:url(images/footerbg.jpg) repeat-x;
		height:100px;
		width:100%;
	}
	
#header {
	background:url(images/logo.jpg) no-repeat;
	height:110px;
	width:100px;
	}

#advert {
	padding:10px 0 15px 0;
	}
	
#side {
	width:258px;
	float:left;
	}

#main {
	padding:10px 0 0 0;
	width:390px;
	float:right;
	margin-left:-220px;
	}
	
.box {
	border: solid 1px #E4E4E4;
	padding:10px;
	color:#2b2b2b;
}

.rssshow {
	padding-top:15px;
	}

.rsscontainer {
	height:45px;
	}

input.rss {
	background:url(images/input.jpg) no-repeat;
	height:45px;
	width:290px;
	border:none;
	padding:10px;
	font-size:18px;
	color:#2876c1;
	float:left;
	}
	
input.submit2 {
	background:url(images/submit.jpg) no-repeat top;
	height:45px;
	width:60px;
	border:none;
	float:right;
	}
	
input.show {
	background-image:url(images/result.jpg);
	background-repeat:no-repeat;
	width:340px;
	height:40px;
	border:none;
	border: solid 0px;
	padding:10px 10px 0 10px;;
	}