/*


		h i n o k . n e t
		p r o j e k t o w a n i e    s t r o n    w w w
		
		
		////////////////// loading
		loaded
		
*/

@import url(reset.css);

body {background: #000 url(images/bg.gif) top left repeat; height: 100%;}

	#wrap {background-color: #000; height: 100%; position: absolute; top: 0; left: 0; font: 11px normal Arial, Tahoma, Verdana; overflow: auto;}
		#content {padding: 100px 100px 100px 100px;}
			#content h1 {color: #bddb47; font-size: 13px;}
			#content p {color: #626262;}
			#content ul {padding: 15px 0 0 15px;}
			#content ul li {list-style-position: inside; list-style-type: circle; color: #626262;}
				#content ul li a {color: #a4a4a4;}
				#content ul li a.blog {color: #626262;}
				#content ul li a:hover {color: #bddb47; text-decoration: underline;}
		
