html, body, td
{
	font-family:	Geneva, Arial, Helvetica, sans-serif;
	font-size:		11px;
}

.clear
{
	clear: both;
}

html, body, #main, #inmain, table, tr, td, #images, img
{
	margin: 0;
	padding: 0;
/*
	height: 100%;
*/
}

a,
a:visited
{
	text-decoration: 	none;
	color:				#/*{$splashpage.color}*/;
}

#main img,
img
{
	border: 0;
}

html
{
	height: 100%;
}

body
{
	width:			auto;
	background-color:	#/*{$splashpage.background_color}*/;
/*{if $splashpage.background_image}*/
	background-image:	url('../userfiles//*{$splashpage.background_image}*/');
/*{/if}*/
	background-position: /*{$splashpage.background_align}*/ /*{$splashpage.background_valign}*/;
	background-repeat:   /*{$splashpage.background_repeat}*/;

	color:			#/*{$splashpage.color}*/;
	margin:			0;
	padding:		0;
	height: 		95%;
}

#main,
#inmain,
#logo,
#images,
#buttons,
#text,
#get_flash,
#copyright
{
	text-align:		center;
	margin:			0 auto;
}

#logo
{
	font-family:	/*{$splashpage.logo_font}*/;
	font-size:		/*{$splashpage.logo_size}*/px;
	color: 			#/*{$splashpage.logo_color}*/;
	margin-top: 10px;
	margin-bottom: 10px;
}

#images
{
	margin-top: 0;
	margin-bottom: 20px;
	height: /*{$splashimage.height}*/;
}

#images img
{
	border: 0px solid black;
}

.link
{
/*	width: 300px; */

	font-family:	/*{$splashpage.link_font}*/;
	font-size:		/*{$splashpage.link_size}*/px;
	color: 			#/*{$splashpage.link_color}*/;	
	margin: 0 auto;
	margin-bottom: 10px;
/*{if $splashpage.links_vertical != 1}*/
	float: left;
	margin-bottom: 0px;
/*{/if}*/
	text-align:		center;
/* /*{$globals.client}*/ */
/*{if ($globals.client == 'donnaagusti.com') && ($splash_links_count < 3)}*/
	margin-left: 20px;
	margin-right: 20px;
/*{/if}*/
}

.link a
{
	font-family:	/*{$splashpage.link_font}*/;
	font-size:		/*{$splashpage.link_size}*/px;
	color: 			#/*{$splashpage.link_color}*/;	
}
.link a:hover
{
	font-family:	/*{$splashpage.link_font}*/;
	font-size:		/*{$splashpage.link_size}*/px;
	color: 			#/*{$splashpage.link_over}*/;	
}

span.splash_link
{
	cursor: pointer;
	font-family:	/*{$splashpage.link_font}*/;
	font-size:		/*{$splashpage.link_size}*/px;
	color: 			#/*{$splashpage.link_color}*/;	
}

.photolink
{
/*	width: 300px; */

	font-family:	/*{$splashpage.photolink_font}*/;
	font-size:		/*{$splashpage.photolink_size}*/px;
	color: 			#/*{$splashpage.photolink_color}*/;	
	margin: 0 auto;
	margin-bottom: 10px;
	text-align:		center;
}

.photolink a
{
	font-family:	/*{$splashpage.photolink_font}*/;
	font-size:		/*{$splashpage.photolink_size}*/px;
	color: 			#/*{$splashpage.photolink_color}*/;	
}
.photolink a:hover
{
	font-family:	/*{$splashpage.photolink_font}*/;
	font-size:		/*{$splashpage.photolink_size}*/px;
	color: 			#/*{$splashpage.photolink_over}*/;	
}

span.splash_photolink
{
	cursor: pointer;
	font-family:	/*{$splashpage.photolink_font}*/;
	font-size:		/*{$splashpage.photolink_size}*/px;
	color: 			#/*{$splashpage.photolink_color}*/;	
}

#buttons
{
	margin: 0 auto;
/*	margin-top: 20px; */
/*{if $globals.client == 'kier1326.clients.cmdwebsites.com'}*/
	width: 903px;
/*{else}*/
/*{if $globals.client == 'long714'}*/
	width: 754px;
/*{else}*/
/*{if $globals.client == 'donnaagusti.com'}*/
	width: 690px;
/*{else}*/
	width: /*{$splash_buttons_width}*/px;
/*{/if}*/
/*{/if}*/
/*{/if}*/
}

#text
{
/*{if $globals.client == 'design26.cmdwebsites.com'}*/
	margin-top: 0;
/*{else}*/
	margin-top: 30px;
/*{/if}*/
	width: 800px;
	min-height: 50px;
	_height: 50px;
}

#copyright, #get_flash
{
	margin-top: 30px;
}
