/*
----------------------------------------------------
Gotmilk
www.unit9.com
riccardo@unit9.com
----------------------------------------------------
*/


* {margin:0; padding:0; background-color:transparent; color:#000;}
html { height: 100%;}
body{ 
background-color:#EBEBEB;
/*background-color:#f00;*/
color:#000; font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 10pt; line-height:0; height: 100%; }

#content{min-height: 690px; min-width: 1000px; height: 100%; }

#content *{line-height:1.3;}

/* noflashlanding */
.noflashlanding{
	width:100%;
	height:100%;
	background-color:#EBEBEB;
}

/* frame */
.frame{
	width:484px; height:291px;
	padding-top:80px;
	text-align:center;
	margin:0 auto;
	background: #EBEBEB url(../../images/bg_no-flash_page.gif) no-repeat center center;
}

.frame h1.logo{
	background: url(../../images/logo_gotmilk.gif) no-repeat top center;color:#FFF;font-size:15px;
	width:73px; height:40px;margin:0 auto;
}
.frame p{	width:290px; margin:50px auto 0 auto; font-size: 9pt;}
.frame p a{	color:#B0B7BD;}
.frame p a img{border:none;}	

/* index */
.index { width:484px; margin:0 auto;  border-top: thin solid #999999;}	
.index h1{ font-size: 12pt; border-bottom: thin solid #999999; text-align:center}	
.index ul { list-style-type:none;}	
.index ul li { list-style-type:none; list-style-position:inside;}	
.index ul li li { list-style-type:circle;  margin-left:10px;}	

/* textcontents */
.textcontents { width:484px; margin:30px auto 0 auto; border-top: thin solid #999999;}	
.textcontents h1{ font-size: 12pt; border-bottom: thin solid #999999; text-align:center}	
.textcontents p { font-weight:bold;}	


