/* Style Sheets for [x] website
created by Vlad Ilin
TOC
	1. Defaults
	2. Structure
*/
 
/* -------------- 1. Defaults --------------------------- */
*{
	margin:0;
	padding:0;
}
ul{list-style-type:none;}
a img{border:0;}

/* -------------- 2. Structure -------------------------- */
#materhead{
	width:100%;	
	height:35px;
}
#wrapper {
	height:530px;
	width:100%;
}
#footer{
	width:100%;	
	height:45px;
	border-bottom:3px solid #666;
}
	#logo{ 
		margin:0 auto;
		height:44px;
		width:285px;
		background-image:url(../images/logo.gif);
		background-repeat:no-repeat;
	}
.small{font-size:xx-small;}

