/* vizitka na petr.joachim.cz */

*				{ color: #333333; }
html			{ width: 100%; height: 100%; }
body,html 		{ background-color: #32B1EF; font-family: serif, sans-serif; }
a 				{ text-decoration: none; color: #666666; }
#wrapper 		{ position:absolute; top: 40%; left: 50%; width:550px; /*height:300px;*/ margin-top: -150px; margin-left: -275px;
					border: 2px solid #333333; background-color: #AFD7FF; text-align: center; }
dl				{ text-align: left; }
dt				{ float: left; width: 150px; clear: both; }
dd				{ margin-left: 150px; }
ul				{ list-style-type: none; }
ul#twitter_update_list { list-style-type: circle; }
/*
32B1EF
AFD7FF
*/

