@charset "UTF-8";
/* CSS Document */
html,body{
	height:100%;
}
*{
	margin:0;
	padding:0;
}
body{
	font-family:Verdana,sans-serif;
	font-size:0.80em;
	_font-size:0.7em;
	color:#333333;
	line-height:1.5em;
}
h1,h2,h3,h4,h5,h6{
	font-size:1em;
	font-weight:normal;
}
img{
	border-width:0;
}
a{
	color:#0099CC;
	text-decoration:none;
}
a:link{
	color:#0099CC;
	text-decoration:none;
}
a:visited{
	color:#0099CC;
	text-decoration:none;
}
a:hover{
	color:#0099CC;
	text-decoration:underline;
}
a:active{
	color:#0099CC;
	text-decoration:underline;
}
ol{
	margin-left:30px;
	margin-bottom:10px;
}
/*

common layout

*/
#wrap,#main{
	width:100%;
	height:100%;
}
#header{
	height:56px;
}
#rollylogo{
	float:left;
}
#sonylogo{
	float:right;
}
#lifewithrolly{
	width:445px;
	margin:150px auto;
	text-align:center;
}
#logoimg{
	margin-bottom:30px;
}
#footer{
	background:url(../../common/images/bg_footer.gif) left top repeat-x;
	height:60px;
	color:#FFFFFF;
	line-height:68px;
	text-align:right;
	padding-right:20px;
}
