/* ------ general
-----------------------------------------------*/

body {
font-family:"Arian AMU";
background:#f1f1f1;
font-size:11px;
}

/* ------ mobilynotes
-----------------------------------------------*/

#content {
	width:300px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.wrap {
float:left;
clear:both;
width:560px;
margin-bottom:42px;
}

.notes_img {
position:relative;
float:left;
clear:both;
width:200px;
height:200px;
}

.note {
position:absolute;
top:0;
left:0;
padding:10px;
background:#fff;
border:1px solid #D8D8D8;
width:200px;
}


ul.listNotes,
ul.listNotes li {
display:block;
list-style:none;
padding:0;
margin:0;
}

a {
color:#fff;
}

a img {
border:none;
}
