/*
----------------------------------------------------
Frametic CSS (screen)
Copyright (c) 2004-2007 Frametic. All rights reserved.

Frametic - http://www.frametic.fi/
----------------------------------------------------
*/

body {
	background-color: #fff;
	color: #333;
	font-family: "Verdana", Sans-serif;
	font-size: 1em;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em; 
	margin: 0;
	padding: 0; }
	
/* Links
-------------------------------------------------- */

a,
a:visited {
	color: #333;
	text-decoration: none; }	

a:hover,
a:visited:hover {
	color: #30d70c; 
	text-decoration: none; }	
	
/* Structure
-------------------------------------------------- */	
		
#container {
	background: url("../images/img_container_bg.gif") 0 0 no-repeat #fff;
	color: #333;
	margin: 180px auto 0;
	text-align: center;
	width: 370px; }
	
/* Container
-------------------------------------------------- */	
	
#container img {
	border: none; }	
	
#container #note {
	margin: 15px 0 0 90px; }
	