
/*
 * +---------------------------------------------------------------------+
 * | IANINGRAM.COM                                                       |
 * +---------------------------------------------------------------------+
 * | ii.css                                                              |
 * | main stylesheet                                                     |
 * |                                                                     |
 * | dtek digital media, www.dtek.net                                    |
 * | 2005.06.05                                                          |
 * |                                                                     |
 * +---------------------------------------------------------------------+
 */

body
{
	margin: auto;
	padding: 0;
	border: 0;
	background-color: #ccc;
	text-align: center; /* centering hack for IE */
}
body.pop
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ccc;
}

body
{  
	font-family: sans-serif;  
	font-size: 62.5%; /* resets 1em to 10px */
	color: #000;  
}
#flash, #poptext  {  font-size: 1.2em;  }

a:link, a:visited, a:active
{  
	text-decoration: none;  
	background-color: #fff;
	color: #000;  
}
a:hover
{  
	text-decoration: underline;  
	background-color: #ccc;
	font-weight: normal;
	color: #000;  
}

h1
{
	font-size: 1.5em;  
	color: #fff;
}
h2
{
	font-size: 1.3em;  
}

#poptext
{
	margin: 20px auto;
	width: 90%;
	border: 1px solid #fff;
}

#flash
{
	margin: auto;
	width: 700px;
	text-align: left; /* centering hack for IE */
}

#credit
{
	margin: 0 auto;
	width: 700px;
	height: 35px;
}

#credit img
{
	float: right;
	width: 50px;
	height: 35px;
	border: 0; 
}
