@charset "utf-8";
/*
	From Think To Ink
 	
	Designed by: Berson3 Computers
	www.berson3.com
	
	Started: January 18, 2008
 
 */
html {
 background-image: url(../img/bottom_no_ink_bg.jpg);
 background-position: bottom;
 background-repeat: no-repeat;
 height: 100%;
}

body {
font-family: Tahoma, Geneva, sans-serif;
font-size: 62.5%;
}

p {
font-size: 1.4em;
}

#all {
 margin: auto;
 padding: 20px 40px 80px;
 width: 920px;
}

#graphic {
 background-image: url(../img/think_to_ink.jpg);
 background-position: center;
 height: 200px;
 margin: 30px auto 50px;
 width: 900px;
}

#spacer {
 height: 100px;
 width: 700px;
}

#tags {
margin: auto;
padding: 10px 0;
text-align: center;
/*width: 780px;*/
}

.center {
text-align: center;
}

.grey {
color: #999999;
}



