body {
/*
 *	background: #CACACA url(images/background.png) repeat-x;
*/
	background: #1B91D0;
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
	width: 100%
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('http://static.twilk.com/static/images/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url('http://static.twilk.com/static/images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('http://static.twilk.com/static/images/background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	float: left;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A40008
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
a {
	color: #A40008;
	font-weight: bold;
}
a:hover {
	color: #A40008;
	font-weight: bold;
}
a.menu_link {
	color: #000000;
	font-weight: bold;
}
a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
img {
	border: none;
}
form {
	display: inline;
}

#feedback {
	display: none;
	position: absolute;
	top: 150px;
	left: 0;
	background-color: #000000;
	height: 120px;
	width: 360px;
	margin: 0 0 0 -300px;
	padding-left: 10px;
	font-family: Verdana;
	color: white;
}
		
#feedback img {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.button {
	background-image: url(http://static.twilk.com/static/images/btn_green_arrow_small.gif);
	width: 138px;
	background-color: transparent;
	border: 0 none;
	font-size: 20px;
	height: 41px;
	padding: 5px 10px 2px 0;
	text-align: center;
	cursor: pointer;
}

.gen_button {
	background-color: transparent;
	border: 0 none;
	height: 41px;
	text-align: center;
	cursor: pointer;
	font-size: 14px; 
	font-weight: bold;
}

.edit_button {
	background-image: url(http://static.twilk.com/static/images/btn_green_smaller.png);
	width: 74px;
	padding: 5px 5px 2px 5px;
}

.remove_logo_button {
	background-image: url(http://static.twilk.com/static/images/btn_green_small.png);
	width: 103px;
	padding: 5px 5px 2px 5px;
}

.use_button {
	background-image: url(http://static.twilk.com/static/images/btn_green_arrow_small.gif);
	width: 138px;
	padding: 5px 10px 2px 0;
}

.backgroundPreview {
	overflow: hidden; 
	min-width: 96px; 
	min-height: 96px; 
	max-width: 700px; 
	max-height: 400px; 
	border: 1px solid black;
}

.disabled {
	color: gray;
}

.settingsBox {
	float: left;
	width: 200px;
	margin: 10px;
	overflow: hidden;
	cursor: pointer;
}

.selected {
	margin: 7px;
	border: 3px solid red;
}

.clear {
	clear: both;
}

.avatar_size {
	width: 75px;
	height: 100px;
}
