/* dots are for classes, hash marks are for ids, plain for xml tags 
tag {}
.class {}
#id {}
*/


/* Begin Typography & Colors */

/* link handling */
a { 
	color: #cf0f26; 
	text-decoration: none; 
}
a:hover { text-decoration: underline; }
a:active { color: #ffdf72; }
a:visited { color: #cf0f26; }

#navlist li { 
    list-style-type: circle; 
    }

body {
	margin: 0 0 0 0;
  	padding: 12px 12px 12px 12px;
    text-align: center;
    font:90%/1.2em Helvetica,Verdana,Arial,Sans-serif;
	background-color: #fdfdfc;
	}


#container {	
	margin: 0 auto 0 auto;
	position: relative;
	width: 960px;
	height: 680px;
	background: url("ginsu_bouquet.gif") no-repeat top;
	border: black solid 0px;
    }

#twitter {	
	position: absolute;
	left: 610px;
	top: 360px;
    width: 310px;
	height: 80px;
    }
